Skip to content

Commit

Permalink
ci: pin forge to a lower version (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist authored Oct 9, 2024
1 parent 5b1f932 commit a58c246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-471e4ac317858b3419faaee58ade30c0671021e0 # Nightly (2024-10-03)

# If FOUNDRY_PROFILE is removed, test will not revert if exceed contract size limit
- name: Run tests
Expand Down

0 comments on commit a58c246

Please sign in to comment.