Skip to content

Commit 6298d9a

Browse files
authored
Try ficing Rustc to version polkadot-sdk CI uses (#2118)
1 parent 4ca7d75 commit 6298d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-nodes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Install dependencies
2121
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler curl gcc make clang cmake llvm-dev libclang-dev
2222

23-
- name: Install Rust stable toolchain
23+
- name: Install Rust v1.88 toolchain
2424
uses: actions-rs/toolchain@v1
2525
with:
2626
profile: minimal
27-
toolchain: stable
27+
toolchain: 1.88
2828
components: rust-src
2929
target: wasm32-unknown-unknown
3030

0 commit comments

Comments
 (0)