Skip to content

Commit

Permalink
fix: Foundry aliases in mise.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 21, 2025
1 parent 8a3ef59 commit 1837622
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ just = "1.37.0"
"ubi:goreleaser/goreleaser" = "2.5.1"
"ubi:golangci/golangci-lint" = "v1.63.4"

# Foundry
"ubi:foundry-rs/foundry[exe=forge]" = "nightly-59f354c179f4e7f6d7292acb3d068815c79286d1"
# Foundry dependencies
# Foundry is a special case because it supplies multiple binaries at the same
# GitHub release, so we need to use the aliasing trick to get mise to not error
forge = "nightly-017c59d6806ce11f1dc131f8607178efad79d84a"
cast = "nightly-017c59d6806ce11f1dc131f8607178efad79d84a"
anvil = "nightly-017c59d6806ce11f1dc131f8607178efad79d84a"

# Foundry provides multiple binaries so we alias them here
[alias]
Expand Down

0 comments on commit 1837622

Please sign in to comment.