mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 02:08:00 +00:00
Try ficing Rustc to version polkadot-sdk CI uses (#2118)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user