We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a27405 commit 887d9c6Copy full SHA for 887d9c6
.github/workflows/tmate.yml
@@ -31,8 +31,7 @@ jobs:
31
- name: Setup Homebrew
32
run: |
33
if ! which brew &>/dev/null;then
34
- PATH="/home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:/usr/local/bin:$PATH"
35
- echo "PATH=$PATH" >> "$GITHUB_ENV"
+ echo "/home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:$PATH" >> "$GITHUB_PATH"
36
echo "HOMEBREW_PREFIX=$(brew --prefix)" >> "$GITHUB_ENV"
37
echo "HOMEBREW_CELLAR=$(brew --cellar)" >> "$GITHUB_ENV"
38
echo "HOMEBREW_REPOSITORY=$(brew --repository)" >> "$GITHUB_ENV"
0 commit comments