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 f57bf2b commit d229720Copy full SHA for d229720
.github/workflows/build-macos.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: "Setup flex, bison"
20
run: |
21
brew install flex bison
22
- echo 'export PATH="/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
+ echo "/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin" >> "$GITHUB_PATH"
23
24
- name: "Setup cmake"
25
run: cmake --version
0 commit comments