Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework Foundry installation #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Rework Foundry installation #71

wants to merge 1 commit into from

Conversation

elopez
Copy link
Member

@elopez elopez commented Feb 13, 2024

The action will now attempt to run foundryup multiple times in an attempt to make the installation more reliable. A new action parameter, foundry-version, is now available as well, so users can lock in a known-working Foundry version if needed.

Closes #69

The action will now attempt to run `foundryup` multiple times in an
attempt to make the installation more reliable. A new action parameter,
`foundry-version`, is now available as well, so users can lock in
a known-working Foundry version if needed.

Closes #69
@excalq
Copy link

excalq commented Jul 1, 2024

Also considering support for a custom commit hash (foundryup --commit $FOUNDRYVER) as Foundry doesn't have immutable release tags yet. (foundry-rs/foundry#3895)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add retry logic for foundryup
2 participants