Skip to content

Commit

Permalink
fix: ci for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Sep 10, 2024
1 parent 9a5571d commit e89b52c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-foundry-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SHELL_CONFIG_FILE=$(sed -n "s/.*Run 'source \(.*\)'.*/\1/p" install.log)

if [ -n "$SHELL_CONFIG_FILE" ]; then
if [ -n "${CI}" ]; then
# Add manually to $PATH in CI mode as GHA does not work with `.`
FOUNDRY_BIN_DIR="${XDG_CONFIG_HOME:-$HOME}/.foundry/bin"
echo "adding '${FOUNDRY_BIN_DIR}' to PATH and GITHUB_PATH"
export PATH="$PATH:$FOUNDRY_BIN_DIR"
Expand Down

0 comments on commit e89b52c

Please sign in to comment.