add gnu sed & gnu grep to testnet job
This commit is contained in:
parent
9806f54f2d
commit
704cf57de4
7
.github/workflows/local-testnet.yml
vendored
7
.github/workflows/local-testnet.yml
vendored
@ -27,6 +27,13 @@ jobs:
|
||||
- name: Install ganache
|
||||
run: npm install ganache@latest --global
|
||||
|
||||
- name: Install GNU sed & GNU grep
|
||||
run: |
|
||||
brew install gnu-sed grep
|
||||
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
|
||||
echo "$(brew --prefix)/opt/grep/libexec/gnubin" >> $GITHUB_PATH
|
||||
if: matrix.os == 'macos-12'
|
||||
|
||||
# https://github.com/actions/cache/blob/main/examples.md#rust---cargo
|
||||
- uses: actions/cache@v3
|
||||
id: cache-cargo
|
||||
|
Loading…
Reference in New Issue
Block a user