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 c1b3006 commit 471128bCopy full SHA for 471128b
.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:$PATH
+ PATH: /opt/homebrew/opt/bison/bin:/opt/homebrew/opt/bison/bin:${{ env.PATH }}
34
run: |
35
cd build
36
./unix.sh
0 commit comments