Skip to content

Commit

Permalink
workaround: foundry issue 7869
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed May 6, 2024
1 parent fea1074 commit 9a21a97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-11e7dfdacf7292e135efb21a717f4c6ebbfe6fdb

- name: Get dependencies
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-11e7dfdacf7292e135efb21a717f4c6ebbfe6fdb

- name: e2e test
run: bazel test //testing/endtoend:endtoend_suite --test_env=ANVIL=$(which anvil) --test_output=all --test_timeout=1200
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-11e7dfdacf7292e135efb21a717f4c6ebbfe6fdb

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-11e7dfdacf7292e135efb21a717f4c6ebbfe6fdb

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-11e7dfdacf7292e135efb21a717f4c6ebbfe6fdb

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9a21a97

Please sign in to comment.