Skip to content

Commit 322e891

Browse files
committed
testing
1 parent e8b5cfa commit 322e891

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/e2e-subtensor-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)