Skip to content

Commit

Permalink
feat: bumps foundry in infra (#64)
Browse files Browse the repository at this point in the history
* feat: bumps foundry in infra

* chore: amd not arm
ckartik authored May 17, 2024
1 parent 5974d42 commit 4290a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ job "{{ job.name }}" {
driver = "exec"

artifact {
source = "https://github.com/foundry-rs/foundry/releases/download/nightly-293fad73670b7b59ca901c7f2105bf7a29165a90/foundry_nightly_linux_amd64.tar.gz"
source = "https://github.com/foundry-rs/foundry/releases/download/nightly-467aff3056842e8d45bc58a353be17349f0e8651/foundry_nightly_linux_amd64.tar.gz"
}

artifact {

0 comments on commit 4290a91

Please sign in to comment.