Skip to content

Commit

Permalink
Trying to fix macos-arm64 job.
Browse files Browse the repository at this point in the history
It is trying to build m4 from source.
Also, we may need to install java. We do for the test.yml.
  • Loading branch information
rturrado committed Jan 17, 2024
1 parent 79bf5ad commit b6a5574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
brew install bison flex swig xquartz
echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
echo "/usr/local/opt/flex/bin" >> $GITHUB_PATH
brew install bison flex java swig xquartz
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH
echo "$(brew --prefix java)/bin" >> $GITHUB_PATH
python -m pip install --upgrade pip conan setuptools wheel
- name: Get latest CMake
Expand Down

0 comments on commit b6a5574

Please sign in to comment.