mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-24 19:02:46 +03:00
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
|
||||
run: |
|
||||
brew install ripgrep
|
||||
tools/checkembeddedfiles
|
||||
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
|
||||
run: echo "CONTINUE=true" >> $GITHUB_ENV
|
||||
|
||||
- name: Check embedded files
|
||||
run: |
|
||||
tools/checkembeddedfiles
|
||||
if: env.CONTINUE
|
||||
|
||||
# things to be cached/restored:
|
||||
|
||||
- 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
|
||||
run: |
|
||||
sudo apt install -y ripgrep
|
||||
tools/checkembeddedfiles
|
||||
if: env.CONTINUE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user