dev:tools:ci:master,binaries: install ripgrep for checkembeddedfiles
This commit is contained in:
parent
7bbda90e2c
commit
c2c668e3a7
1
.github/workflows/binaries-mac-x64.yml
vendored
1
.github/workflows/binaries-mac-x64.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check embedded files
|
- name: Check embedded files
|
||||||
run: |
|
run: |
|
||||||
|
brew install ripgrep
|
||||||
tools/checkembeddedfiles
|
tools/checkembeddedfiles
|
||||||
if: env.CONTINUE
|
if: env.CONTINUE
|
||||||
|
|
||||||
|
|||||||
5
.github/workflows/binaries-windows-x64.yml
vendored
5
.github/workflows/binaries-windows-x64.yml
vendored
@ -31,11 +31,6 @@ 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
|
||||||
|
|||||||
1
.github/workflows/test-linux-x64.yml
vendored
1
.github/workflows/test-linux-x64.yml
vendored
@ -123,6 +123,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check embedded files
|
- name: Check embedded files
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt install -y ripgrep
|
||||||
tools/checkembeddedfiles
|
tools/checkembeddedfiles
|
||||||
if: env.CONTINUE
|
if: env.CONTINUE
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user