|
|
@@ -24,6 +24,10 @@ jobs:
|
|
|
working-directory: target_chains/ethereum/sdk/stylus
|
|
|
steps:
|
|
|
- uses: actions/checkout@v4
|
|
|
+ - name: Install Rust stable
|
|
|
+ uses: actions-rs/toolchain@v1
|
|
|
+ with:
|
|
|
+ toolchain: stable
|
|
|
- name: Install rust
|
|
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
|
|
with:
|
|
|
@@ -33,6 +37,6 @@ jobs:
|
|
|
with:
|
|
|
version: nightly
|
|
|
- name: Install cargo-stylus
|
|
|
- run: cargo install cargo-stylus@0.5.8
|
|
|
+ run: cargo +stable install cargo-stylus@0.5.8
|
|
|
- name: Run wasm check
|
|
|
run: ./scripts/check-wasm.sh
|