Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Oct 21, 2024
1 parent c60de32 commit 5f4505b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:

- name: Install rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
# Set default empty to avoid overriding rustflags with `.
rustflags: ""

- name: Install cargo-stylus
run: cargo install [email protected].1
run: cargo install [email protected].3

- name: Run wasm check
run: ./scripts/check-wasm.sh
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-key: "e2e-tests"
# Set default empty to avoid overriding rustflags with `.
rustflags: ""

- name: Install cargo-stylus
run: cargo install [email protected].1
run: cargo install [email protected].3

- name: Install solc
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gas-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-key: "gas-bench"
# Set default empty to avoid overriding rustflags with `.
rustflags: ""

- name: Install solc
run: |
Expand Down

0 comments on commit 5f4505b

Please sign in to comment.