From bba71ca09ef781a1cb26aaa713073126a9e34d21 Mon Sep 17 00:00:00 2001 From: sealer3 <125761775+sealer3@users.noreply.github.com> Date: Thu, 2 May 2024 07:45:18 +0100 Subject: [PATCH] Use Forge nightly build release artifacts which update daily --- .github/workflows/end-to-end.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/end-to-end.yaml b/.github/workflows/end-to-end.yaml index f0da60b85..2b56fc807 100644 --- a/.github/workflows/end-to-end.yaml +++ b/.github/workflows/end-to-end.yaml @@ -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