Skip to content

Commit d229720

Browse files
committed
Fix compilation errors
1 parent f57bf2b commit d229720

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Setup flex, bison"
2020
run: |
2121
brew install flex bison
22-
echo 'export PATH="/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
22+
echo "/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin" >> "$GITHUB_PATH"
2323
2424
- name: "Setup cmake"
2525
run: cmake --version

0 commit comments

Comments
 (0)