Skip to content

Commit

Permalink
fix: pin foundry version
Browse files Browse the repository at this point in the history
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
  • Loading branch information
Reinis-FRP committed May 9, 2024
1 parent 205823f commit dcb9558
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
with:
version: "nightly-de33b6af53005037b463318d2628b5cfcaf39916"

- name: "Lint the contracts"
run: "forge fmt"
Expand All @@ -41,6 +43,8 @@ jobs:

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
with:
version: "nightly-de33b6af53005037b463318d2628b5cfcaf39916"

- name: "Build the contracts and print their size"
run: "forge build --sizes"
Expand All @@ -64,6 +68,8 @@ jobs:

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
with:
version: "nightly-de33b6af53005037b463318d2628b5cfcaf39916"

- name: "Show the Foundry config"
run: "forge config"
Expand Down

0 comments on commit dcb9558

Please sign in to comment.