Skip to content

Commit e8b5cfa

Browse files
committed
testing
1 parent 7c8ebe5 commit e8b5cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454

5555
- name: Add wasm32-unknown-unknown target
5656
run: |
57-
rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
58-
rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
57+
rustup target add wasm32-unknown-unknown --toolchain nightly-2024-03-05
58+
rustup component add rust-src --toolchain nightly-2024-03-05
5959
6060
- name: Clone subtensor repo
6161
run: git clone https://github.com/opentensor/subtensor.git

0 commit comments

Comments
 (0)