File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 3636 curl -L https://risczero.com/install | bash
3737 source /home/runner/.bashrc
3838 /home/runner/.risc0/bin/rzup install
39- /home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
40- /home/runner/.risc0/bin/rzup default cargo-risczero 2.0.1
4139
4240 - name : Cache Rust dependencies
4341 uses : actions/cache@v3
7876 - name : Run Clippy on AggregationMode
7977 run : |
8078 cd aggregation_mode
81- cargo clippy --all -- -D warnings
79+ RISC0_SKIP_BUILD=1 cargo clippy --all -- -D warnings
8280
8381 test :
8482 runs-on : aligned-runner
@@ -102,8 +100,6 @@ jobs:
102100 curl -L https://risczero.com/install | bash
103101 source /home/runner/.bashrc
104102 /home/runner/.risc0/bin/rzup install
105- /home/runner/.risc0/bin/rzup install cargo-risczero 2.0.1
106- /home/runner/.risc0/bin/rzup default cargo-risczero 2.0.1
107103
108104 - name : Cache Rust dependencies
109105 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments