Skip to content

Commit

Permalink
pin foundry-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Jan 24, 2024
1 parent 0d274a0 commit e440c68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Install Foundry
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2

- name: lint methods rust code
run: cargo fmt --all -- --check
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Install Foundry
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2

- name: Install cargo-install
uses: risc0/cargo-install@v1
Expand Down Expand Up @@ -74,6 +76,8 @@ jobs:

- name: Install Foundry
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2

- name: Install cargo-install
uses: risc0/cargo-install@v1
Expand Down

0 comments on commit e440c68

Please sign in to comment.