Skip to content

Commit

Permalink
CI: use $GITHUB_PATH instead
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Nov 14, 2024
1 parent 4b5699d commit 3d0dac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
brew install graphviz
brew install flex
echo 'export PATH="/opt/homebrew/opt/flex/bin:$PATH"' >> $HOME/.bash_profile
echo '/opt/homebrew/opt/flex/bin' >> $GITHUB_PATH
brew install bison
echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >> $HOME/.bash_profile
echo '/opt/homebrew/opt/bison/bin' >> $GITHUB_PATH
- name: Install APT packages if Ubuntu
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 3d0dac1

Please sign in to comment.