Skip to content

Commit

Permalink
debug the action job
Browse files Browse the repository at this point in the history
  • Loading branch information
hchchiu committed Oct 4, 2024
1 parent be7e3ef commit 26dafa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:

- name: Export the brew path
run: |
echo "$(brew --prefix bison)/bin" >> $GITHUB_ENV
export PATH="$(brew --prefix bison)/bin:$PATH"
echo $PATH && brew --prefix bison && echo $GITHUB_ENV
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
# export PATH="$(brew --prefix bison)/bin:$PATH"
echo $PATH && brew --prefix bison && echo $GITHUB_PATH
# echo 'export PATH="$(brew --prefix bison)/bin:$PATH"' >> $GITHUB_ENV

- name: Verify the brew path
Expand Down

0 comments on commit 26dafa5

Please sign in to comment.