File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3030 timeout-minutes : 180
3131 env :
3232 RELEASE_NAME : development
33- RUSTV : nightly-2024-03-05
33+ RUSTV : stable
3434 RUST_BACKTRACE : full
3535 RUST_BIN_DIR : target/x86_64-unknown-linux-gnu
3636 TARGET : x86_64-unknown-linux-gnu
@@ -50,12 +50,11 @@ jobs:
5050 toolchain : ${{ env.RUSTV }}
5151 components : rustfmt
5252 profile : minimal
53- override : true
5453
5554 - name : Add wasm32-unknown-unknown target
5655 run : |
57- rustup target add wasm32-unknown-unknown --toolchain nightly-2024-03-05
58- rustup component add rust-src --toolchain nightly-2024-03-05
56+ rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
57+ rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
5958
6059 - name : Clone subtensor repo
6160 run : git clone https://github.com/opentensor/subtensor.git
You can’t perform that action at this time.
0 commit comments