We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471128b commit d5d9654Copy full SHA for d5d9654
.github/workflows/build-macos.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: "Build"
32
env:
33
- PATH: /opt/homebrew/opt/bison/bin:/opt/homebrew/opt/bison/bin:${{ env.PATH }}
+ BISON_EXECUTABLE: /opt/homebrew/opt/bison/bin/bison
34
run: |
35
cd build
36
./unix.sh
0 commit comments