Skip to content

Commit

Permalink
Merge pull request #760 from rndquu/ci/use-foundry-0723
Browse files Browse the repository at this point in the history
ci: update foundry
  • Loading branch information
rndquu authored Aug 11, 2023
2 parents eea6c7f + c1dccb7 commit 7de99ef
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-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7

- 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
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7

- name: Install dependencies
run: sudo apt-get install lcov
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 @@ -26,7 +26,7 @@ jobs:
- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7

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

1 comment on commit 7de99ef

@ubiquibot
Copy link

@ubiquibot ubiquibot bot commented on 7de99ef Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.