Skip to content

Commit

Permalink
build: use foundry from 28 Sep
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Oct 4, 2023
1 parent 2795552 commit 0483f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-2e90e35ee52efeba74c06a1484bdc1fb96d01a0e
version: nightly-96ab9131e6735df35aca0249968c7d339590de20

- name: Yarn Install
run: yarn install --mode=skip-build && yarn allow-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deep-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-2e90e35ee52efeba74c06a1484bdc1fb96d01a0e
version: nightly-96ab9131e6735df35aca0249968c7d339590de20

- name: Forge install
working-directory: packages/contracts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-2e90e35ee52efeba74c06a1484bdc1fb96d01a0e
version: nightly-96ab9131e6735df35aca0249968c7d339590de20

- name: Yarn Install
run: yarn install --mode=skip-build && yarn allow-scripts
Expand Down

0 comments on commit 0483f01

Please sign in to comment.