Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed May 23, 2024
1 parent 30dec61 commit 3c1d005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
save-always: true

- name: set up rust
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@@nightly
with:
target: wasm32-unknown-unknown, x86_64-unknown-linux-gnu
toolchain: nightly-2024-01-01

- name: install cargo-stylus
run: RUSTFLAGS="-C link-args=-rdynamic" cargo install [email protected]
Expand Down

0 comments on commit 3c1d005

Please sign in to comment.