foundry-toolchain
foundry-toolchain copied to clipboard
404 error when trying to download nightly
All of my pipelines are currently broken by
I checked and the url https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz indeed isn't working (is this a github issue??)
The release url with commit hash https://github.com/foundry-rs/foundry/releases/download/nightly-88011569efcebc9152267be217c8cfbedc32c07c/foundry_nightly_linux_amd64.tar.gz is working however.
But it seems like even if I update my input to
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-88011569efcebc9152267be217c8cfbedc32c07c
the action removes the commit hash? Why is that?