Skip to content

Commit

Permalink
build: upgrade foundry version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Aug 2, 2023
1 parent 784968f commit 36d052b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
uses: "foundry-rs/foundry-toolchain@v1.0.10"

- name: "Lint the code"
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
uses: "foundry-rs/foundry-toolchain@v1.0.10"

- name: "Compile the contracts"
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
submodules: "recursive"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
uses: "foundry-rs/foundry-toolchain@v1.0.10"

- name: "Test the contracts"
run: |
Expand Down

0 comments on commit 36d052b

Please sign in to comment.