Skip to content

Commit

Permalink
chore: downgrade foundry version to match across workflows (#11017)
Browse files Browse the repository at this point in the history
fix(workflows/protocol-devchain-anvil): downgrades foundry version

This should match the version set in `protocol_tests.yml`.
This PR downgraded the foundry version, but CI didn't catch the failing workflow on the feature branch, because `protocol-devchain-anvil.yml` only runs on `master`.
  • Loading branch information
arthurgousset committed Jun 5, 2024
1 parent 2908c52 commit 0f28027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/protocol-devchain-anvil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: "nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9"

- name: Install forge dependencies
run: forge install
Expand Down

0 comments on commit 0f28027

Please sign in to comment.