Skip to content

Commit

Permalink
Must use latest flex to generate c++17 compatible code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Nov 5, 2021
1 parent d5de2a0 commit 18bcf82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Install Dependencies
run: |
brew install bison gawk libffi pkg-config bash
brew install bison flex gawk libffi pkg-config bash
- name: Runtime environment
shell: bash
Expand All @@ -28,6 +28,7 @@ jobs:
echo "GITHUB_WORKSPACE=`pwd`" >> $GITHUB_ENV
echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH
echo "procs=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
- name: Tool versions
Expand Down Expand Up @@ -90,7 +91,7 @@ jobs:
steps:
- name: Install Dependencies
run: |
brew install bison gawk libffi pkg-config bash
brew install bison flex gawk libffi pkg-config bash
- name: Runtime environment
shell: bash
Expand All @@ -100,6 +101,7 @@ jobs:
echo "GITHUB_WORKSPACE=`pwd`" >> $GITHUB_ENV
echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH
echo "procs=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
- name: Setup compiler
Expand Down

0 comments on commit 18bcf82

Please sign in to comment.