Skip to content

Commit

Permalink
Update roboanimals-workflow.yml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored Jan 15, 2024
1 parent 37c7c51 commit 0cbad32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,11 @@ jobs:
curl -L https://foundry.paradigm.xyz | bash
- name: Foundry Up
run: $HOME/.foundry/bin/foundryup
run: |
BASE_DIR=${XDG_CONFIG_HOME:-$HOME}
FOUNDRY_DIR=${FOUNDRY_DIR-"$BASE_DIR/.foundry"}
FOUNDRY_BIN_DIR="$FOUNDRY_DIR/bin"
$FOUNDRY_BIN_DIR/foundryup
- name: Add Anvil to Path
run: echo "$HOME/.foundry/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 0cbad32

Please sign in to comment.