We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca7d75 commit 6298d9aCopy full SHA for 6298d9a
.github/workflows/build-nodes.yml
@@ -20,11 +20,11 @@ jobs:
20
- name: Install dependencies
21
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler curl gcc make clang cmake llvm-dev libclang-dev
22
23
- - name: Install Rust stable toolchain
+ - name: Install Rust v1.88 toolchain
24
uses: actions-rs/toolchain@v1
25
with:
26
profile: minimal
27
- toolchain: stable
+ toolchain: 1.88
28
components: rust-src
29
target: wasm32-unknown-unknown
30
0 commit comments