Merge pull request #3792 from jimmygchen/eip4844
Fix local testnet for MacOS
This commit is contained in:
commit
e8322c8a04
7
.github/workflows/local-testnet.yml
vendored
7
.github/workflows/local-testnet.yml
vendored
@ -27,6 +27,13 @@ jobs:
|
|||||||
- name: Install ganache
|
- name: Install ganache
|
||||||
run: npm install ganache@latest --global
|
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
|
# https://github.com/actions/cache/blob/main/examples.md#rust---cargo
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: cache-cargo
|
id: cache-cargo
|
||||||
|
Loading…
Reference in New Issue
Block a user