Skip to content

Commit eb04829

Browse files
committed
Fix ci stylus wasm check
1 parent 5755a64 commit eb04829

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- target_chains/ethereum/sdk/stylus/**
88
push:
99
branches:
10+
- fix/ci-sylus-check
1011
- main
1112
permissions:
1213
contents: read
@@ -24,6 +25,10 @@ jobs:
2425
working-directory: target_chains/ethereum/sdk/stylus
2526
steps:
2627
- uses: actions/checkout@v4
28+
- name: Install Rust stable
29+
uses: actions-rs/toolchain@v1
30+
with:
31+
toolchain: +stable
2732
- name: Install rust
2833
uses: actions-rust-lang/setup-rust-toolchain@v1
2934
with:
@@ -33,6 +38,6 @@ jobs:
3338
with:
3439
version: nightly
3540
- name: Install cargo-stylus
36-
run: cargo install [email protected]
41+
run: cargo +stable install [email protected]
3742
- name: Run wasm check
3843
run: ./scripts/check-wasm.sh

0 commit comments

Comments
 (0)