Skip to content

Commit

Permalink
ci: use foundry from Sep 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Oct 4, 2023
1 parent d41cc0d commit a9dac4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-d369d2486f85576eec4ca41d277391dfdae21ba7
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/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7
version: nightly-96ab9131e6735df35aca0249968c7d339590de20

- name: Install dependencies
run: sudo apt-get install lcov
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-d369d2486f85576eec4ca41d277391dfdae21ba7
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-d369d2486f85576eec4ca41d277391dfdae21ba7
version: nightly-96ab9131e6735df35aca0249968c7d339590de20

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

0 comments on commit a9dac4f

Please sign in to comment.