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 05a74f2 commit 403f904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
target: wasm32-unknown-unknown
components: rust-src
toolchain: nightly-2024-01-01

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

- name: setup nitro node
run: |
# clone nitro test node repo
git clone -b stylus --recurse-submodules https://github.com/OffchainLabs/nitro-testnode.git && cd nitro-testnode
git reset --hard 1886f4b89f5c20fd5b0c2cf3d08a009ee73e45ca
git checkout 1886f4b89f5c20fd5b0c2cf3d08a009ee73e45ca
# setup nitro test node
./test-node.bash --no-run --init --no-tokenbridge
Expand Down

0 comments on commit 403f904

Please sign in to comment.