Skip to content

Commit

Permalink
(fix): Amend hash for Foundry Oct 2nd nightly release (#10955)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman authored Oct 13, 2023
1 parent 40d4a89 commit 0c20ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solidity-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
# Has to match the `make foundry` version.
version: nightly-e0722a10b45859892ec3b998df958a9edc77c202
version: nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b

- name: Run Forge build
run: |
Expand Down
2 changes: 1 addition & 1 deletion contracts/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mockery: $(mockery) ## Install mockery.

.PHONY: foundry
foundry: ## Install foundry.
foundryup --version nightly-e0722a10b45859892ec3b998df958a9edc77c202
foundryup --version nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b

.PHONY: foundry-refresh
foundry-refresh: foundry
Expand Down

0 comments on commit 0c20ec7

Please sign in to comment.