dev:tools:ci: check embedded files in the binaries workflows also
This commit is contained in:
parent
57cc76ae2e
commit
c7c4c68031
@ -28,6 +28,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Check embedded files
|
||||||
|
run: |
|
||||||
|
tools/checkembeddedfiles
|
||||||
|
if: env.CONTINUE
|
||||||
|
|
||||||
- name: Cache ghcup-installed tools
|
- name: Cache ghcup-installed tools
|
||||||
id: ghcup
|
id: ghcup
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|||||||
5
.github/workflows/binaries-mac-x64.yml
vendored
5
.github/workflows/binaries-mac-x64.yml
vendored
@ -35,6 +35,11 @@ jobs:
|
|||||||
- name: Confirm all remaining steps should run
|
- name: Confirm all remaining steps should run
|
||||||
run: echo "CONTINUE=true" >> $GITHUB_ENV
|
run: echo "CONTINUE=true" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Check embedded files
|
||||||
|
run: |
|
||||||
|
tools/checkembeddedfiles
|
||||||
|
if: env.CONTINUE
|
||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache stack global package db
|
- name: Cache stack global package db
|
||||||
|
|||||||
5
.github/workflows/binaries-windows-x64.yml
vendored
5
.github/workflows/binaries-windows-x64.yml
vendored
@ -31,6 +31,11 @@ jobs:
|
|||||||
- name: Confirm all remaining steps should run
|
- name: Confirm all remaining steps should run
|
||||||
run: echo "CONTINUE=true" >> $GITHUB_ENV
|
run: echo "CONTINUE=true" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Check embedded files
|
||||||
|
run: |
|
||||||
|
tools/checkembeddedfiles
|
||||||
|
if: env.CONTINUE
|
||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache stack global package db
|
- name: Cache stack global package db
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user