Skip to content

Commit 471128b

Browse files
committed
Fix compilation errors
1 parent c1b3006 commit 471128b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: "Build"
3232
env:
33-
PATH: /opt/homebrew/opt/bison/bin:/opt/homebrew/opt/bison/bin:$PATH
33+
PATH: /opt/homebrew/opt/bison/bin:/opt/homebrew/opt/bison/bin:${{ env.PATH }}
3434
run: |
3535
cd build
3636
./unix.sh

0 commit comments

Comments
 (0)