Skip to content

Commit 6e0ceb4

Browse files
committed
fix: ensure brew shellenv evaluation iterates through all paths
1 parent 8796d68 commit 6e0ceb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-homebrew/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
eval "$("$path/brew" shellenv)"
1515
echo "$path/brew" >>"$GITHUB_PATH"
1616
fi
17-
fi
17+
done
1818
1919
# Keep HOMEBREW variables
2020
echo "HOMEBREW_PREFIX=$(brew --prefix)" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)