Skip to content

Commit

Permalink
fix: unpin foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored May 19, 2024
1 parent 8e92417 commit 29be791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
BASE_DIR=${XDG_CONFIG_HOME:-$HOME}
FOUNDRY_DIR=${FOUNDRY_DIR-"$BASE_DIR/.foundry"}
FOUNDRY_BIN_DIR="$FOUNDRY_DIR/bin"
$FOUNDRY_BIN_DIR/foundryup --version nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9
$FOUNDRY_BIN_DIR/foundryup
- name: Add Anvil to Path
run: |
Expand Down

0 comments on commit 29be791

Please sign in to comment.