mirror of
https://github.com/0xPolygonZero/plonky2.git
synced 2026-01-10 05:38:01 -05:00
Fix nightly version
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install nightly toolchain
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
uses: dtolnay/rust-toolchain@nightly-2024-02-01
|
||||
|
||||
- name: Set up rust cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install nightly toolchain
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
uses: dtolnay/rust-toolchain@nightly-2024-02-01
|
||||
with:
|
||||
targets: wasm32-unknown-unknown
|
||||
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install nightly toolchain
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
uses: dtolnay/rust-toolchain@nightly-2024-02-01
|
||||
with:
|
||||
components: rustfmt, clippy
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
nightly
|
||||
nightly-2024-02-01
|
||||
Reference in New Issue
Block a user