We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b52e22 commit 3d6d6b8Copy full SHA for 3d6d6b8
.github/workflows/nightly.yaml
@@ -13,7 +13,10 @@ jobs:
13
working-directory: ./stwo_cairo_prover
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: dtolnay/rust-toolchain@master
+ - name: Install build dependencies
17
+ run: sudo apt-get update && sudo apt-get install -y build-essential
18
+ - name: Install Rust toolchain
19
+ uses: actions-rust-lang/setup-rust-toolchain@v1
20
with:
21
toolchain: nightly-2025-07-14
22
- uses: Swatinem/rust-cache@v2
0 commit comments