We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8ebe5 commit e8b5cfaCopy full SHA for e8b5cfa
.github/workflows/e2e-subtensor-tests.yml
@@ -54,8 +54,8 @@ jobs:
54
55
- name: Add wasm32-unknown-unknown target
56
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
+ rustup target add wasm32-unknown-unknown --toolchain nightly-2024-03-05
+ rustup component add rust-src --toolchain nightly-2024-03-05
59
60
- name: Clone subtensor repo
61
run: git clone https://github.com/opentensor/subtensor.git
0 commit comments