Try ficing Rustc to version polkadot-sdk CI uses (#2118)

This commit is contained in:
James Wilson
2025-11-10 10:57:08 +00:00
committed by GitHub
parent 4ca7d75782
commit 6298d9a87b
+2 -2
View File
@@ -20,11 +20,11 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler curl gcc make clang cmake llvm-dev libclang-dev
- name: Install Rust stable toolchain
- name: Install Rust v1.88 toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.88
components: rust-src
target: wasm32-unknown-unknown