Skip to content

Commit e55794a

Browse files
committed
fix CI
1 parent a73ff9f commit e55794a

1 file changed

Lines changed: 6 additions & 23 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,14 @@ jobs:
4343

4444
- name: install foundry
4545
uses: foundry-rs/foundry-toolchain@v1
46-
47-
- name: install rust
48-
uses: risc0/risc0/.github/actions/rustup@release-2.0
49-
with:
50-
toolchain: '1.85'
5146

52-
- name: install cargo-binstall
53-
uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3
47+
- name: install cargo risczero
48+
uses: boundless-xyz/boundless/.github/actions/bininstall-risc0
5449
with:
55-
crate: cargo-binstall
56-
version: '=1.10.8'
57-
locked: true
58-
59-
- name: install cargo-risczero
60-
run: cargo binstall -y --force cargo-risczero@2.0.1
61-
62-
- name: install risc0 toolchain
63-
run: cargo risczero install --version r0.1.85.0
50+
risczero-version: '2.0.0'
51+
toolchain-version: '1.85.0'
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6454

6555
- name: cargo build
6656
run: cargo build
@@ -99,13 +89,6 @@ jobs:
9989
version: "=1.0.9"
10090
locked: true
10191

102-
- name: install cargo-binstall
103-
uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3
104-
with:
105-
crate: cargo-binstall
106-
version: '=1.10.8'
107-
locked: true
108-
10992
- name: cargo Sort
11093
run: cargo sort --workspace --check
11194

0 commit comments

Comments
 (0)