Skip to content

Commit

Permalink
CI: syntax bug
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Nov 13, 2024
1 parent 84a11ff commit 6f916d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cc: gcc
env:
CC: ${{ matrix.cc }}
PATH: /opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH
PATH: /opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH
steps:
- uses: actions/checkout@v4
- name: Install packages via Brew if macOS
Expand Down

0 comments on commit 6f916d9

Please sign in to comment.