Skip to content

Commit

Permalink
Use Forge nightly build release artifacts which update daily
Browse files Browse the repository at this point in the history
  • Loading branch information
sealer3 committed May 2, 2024
1 parent f4f1f1a commit bba71ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
sudo apt install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- name: Download Anvil
run: |
wget -O ./forge.tar.gz https://github.com/foundry-rs/foundry/releases/download/nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9/foundry_nightly_linux_amd64.tar.gz
wget -O ./forge.tar.gz https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz
tar -xzf ./forge.tar.gz anvil
- name: Load devnet config
id: load-devnet-config
Expand Down

0 comments on commit bba71ca

Please sign in to comment.