Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed May 1, 2024
1 parent fe46401 commit 7684232
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
qt-version: '5.15.2', qt-arch: 'win64_mingw81',
skipped-tests: [boost, fortran, objc, pch, scala],
backends: [ninja, make], flags: -Wall -Werror}
exclude:
- os: macos-latest
python-version: '3.7'
fail-fast: false
env:
GCJ: gcj-4.9
Expand Down Expand Up @@ -210,7 +213,7 @@ jobs:
brew install bison boost ninja pkg-config qt5
brew link qt5 --force
echo "FC=gfortran-11" >> ${GITHUB_ENV}
echo "YACC=/usr/local/opt/bison/bin/bison" >> ${GITHUB_ENV}
echo "YACC=/opt/homebrew/opt/bison/bin/bison" >> ${GITHUB_ENV}
- name: Set up clang
if: matrix.compiler == 'clang'
run: |
Expand Down

0 comments on commit 7684232

Please sign in to comment.