We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5755a64 commit eb04829Copy full SHA for eb04829
.github/workflows/ci-stylus-check-wasm.yml
@@ -7,6 +7,7 @@ on:
7
- target_chains/ethereum/sdk/stylus/**
8
push:
9
branches:
10
+ - fix/ci-sylus-check
11
- main
12
permissions:
13
contents: read
@@ -24,6 +25,10 @@ jobs:
24
25
working-directory: target_chains/ethereum/sdk/stylus
26
steps:
27
- uses: actions/checkout@v4
28
+ - name: Install Rust stable
29
+ uses: actions-rs/toolchain@v1
30
+ with:
31
+ toolchain: +stable
32
- name: Install rust
33
uses: actions-rust-lang/setup-rust-toolchain@v1
34
with:
@@ -33,6 +38,6 @@ jobs:
38
39
version: nightly
35
40
- name: Install cargo-stylus
36
- run: cargo install [email protected]
41
+ run: cargo +stable install [email protected]
37
42
- name: Run wasm check
43
run: ./scripts/check-wasm.sh
0 commit comments