Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

env:
CFLAGS: -Werror
PACKAGES: "qt5 eigen pkg-config fftw libpng"
PACKAGES: "qt5 eigen@3 pkg-config fftw libpng"

steps:
- uses: actions/checkout@v1
Expand All @@ -91,7 +91,7 @@ jobs:
run: |
brew update || brew update # https://github.com/Homebrew/brew/issues/2491#issuecomment-294207661
brew install $PACKAGES || brew install $PACKAGES
brew link --force qt5
brew link --force qt5 eigen@3

- name: configure
run: ./configure -assert || { cat configure.log; false; }
Expand Down
Loading