Skip to content

Commit 293a844

Browse files
authored
Fix ci stylus wasm check (#2768)
1 parent 5e356f4 commit 293a844

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-stylus-check-wasm.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
working-directory: target_chains/ethereum/sdk/stylus
2525
steps:
2626
- uses: actions/checkout@v4
27+
- name: Install Rust stable
28+
uses: actions-rs/toolchain@v1
29+
with:
30+
toolchain: stable
2731
- name: Install rust
2832
uses: actions-rust-lang/setup-rust-toolchain@v1
2933
with:
@@ -33,6 +37,6 @@ jobs:
3337
with:
3438
version: nightly
3539
- name: Install cargo-stylus
36-
run: cargo install cargo-stylus@0.5.8
40+
run: cargo +stable install cargo-stylus@0.5.8
3741
- name: Run wasm check
3842
run: ./scripts/check-wasm.sh

0 commit comments

Comments
 (0)