We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bb70d commit 4a27405Copy full SHA for 4a27405
.github/workflows/test.yml
@@ -112,8 +112,7 @@ jobs:
112
- name: Setup Homebrew
113
run: |
114
if ! which brew &>/dev/null;then
115
- PATH="/home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:/usr/local/bin:$PATH"
116
- echo "PATH=$PATH" >> "$GITHUB_ENV"
+ echo "/home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:$PATH" >> "$GITHUB_PATH"
117
echo "HOMEBREW_PREFIX=$(brew --prefix)" >> "$GITHUB_ENV"
118
echo "HOMEBREW_CELLAR=$(brew --cellar)" >> "$GITHUB_ENV"
119
echo "HOMEBREW_REPOSITORY=$(brew --repository)" >> "$GITHUB_ENV"
0 commit comments