Skip to content

Commit

Permalink
Update build_cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Apr 26, 2024
1 parent fda7ce8 commit 035daa2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,13 @@ jobs:
brew install libxml2
if: matrix.config.os == 'macos-latest'

#- name: Install bison (MacOS)
# run: |
# brew update
# brew install bison;
# echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
# if: matrix.config.os == 'macos-latest'
- name: Install bison (MacOS)
run: |
brew update
brew install bison;
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
#echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
if: matrix.config.os == 'macos-latest'

- name: Install bison/flex (Windows)
run: |
Expand Down

0 comments on commit 035daa2

Please sign in to comment.