Skip to content

Commit

Permalink
Fix missing foundry toolchain (risc0#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub authored Jan 17, 2024
1 parent b5afee5 commit 7ccb1b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
filters: |
bonsai:
- .github/actions/**
- .github/workflows/bonsai.yml
- bonsai/**
- risc0/**
Expand All @@ -61,7 +62,7 @@ jobs:
- name: Install Foundry
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-34f684ddfacc5b2ed371353ba6f730c485616ffe
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2

- name: Cargo install cargo-risczero
run: cargo install --force --path risc0/cargo-risczero
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
filters: |
base: &base
- .github/actions/**
- .github/workflows/main.yml
- Cargo.toml
check-benchmarks:
- *base
Expand Down Expand Up @@ -266,7 +267,7 @@ jobs:
- uses: ./.github/actions/rustup
- uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-34f684ddfacc5b2ed371353ba6f730c485616ffe
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2
- uses: ./.github/actions/sccache
with:
key: macOS-default
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/website-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,20 @@ jobs:
filters: |
main:
- .github/actions/**
- .github/workflows/website-test.yml
- bonsai/**
- risc0/**
- website/api/**
- website/doc-test/main/**
- website/docs/**
version-0_18:
- .github/actions/**
- .github/workflows/website-test.yml
- website/api_versioned_docs/version-0.18/**
- website/doc-test/version-0.18/**
version-0_19:
- .github/actions/**
- .github/workflows/website-test.yml
- website/api_versioned_docs/version-0.19/**
- website/doc-test/version-0.19/**
Expand Down Expand Up @@ -80,7 +83,7 @@ jobs:
key: Linux-default
- uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-34f684ddfacc5b2ed371353ba6f730c485616ffe
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2
- uses: risc0/cargo-install@2cfb0024938d23011106cbf127b393bc83fddba1
with:
crate: cargo-binstall
Expand Down Expand Up @@ -114,7 +117,7 @@ jobs:
key: Linux-default
- uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-34f684ddfacc5b2ed371353ba6f730c485616ffe
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2
- uses: risc0/cargo-install@2cfb0024938d23011106cbf127b393bc83fddba1
with:
crate: cargo-binstall
Expand Down Expand Up @@ -148,7 +151,7 @@ jobs:
key: Linux-default
- uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-34f684ddfacc5b2ed371353ba6f730c485616ffe
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2
- uses: risc0/cargo-install@2cfb0024938d23011106cbf127b393bc83fddba1
with:
crate: cargo-binstall
Expand Down

0 comments on commit 7ccb1b4

Please sign in to comment.