ci: Fix macOS qt4 detection

Need to link the qt4 install so it's in PATH.
Also need to use a symlink to fix breakage in the Tap.
pull/10772/head
Nirbheek Chauhan 2 years ago committed by Jussi Pakkanen
parent 251113fa67
commit cc1dd6c1dd
  1. 3
      .github/workflows/macos.yml

@ -100,6 +100,9 @@ jobs:
- run: brew install pkg-config ninja gcc
- run: brew tap cartr/qt4
- run: brew install qt@4
- run: brew link qt@4
# qt4 tap seems to be broken
- run: ln -sfn /usr/local/Cellar/qt@4/4.8.7_6.reinstall /usr/local/Cellar/qt@4/4.8.7_6
- run: meson setup "test cases/frameworks/4 qt" build -Drequired=qt4
- run: meson compile -C build
- uses: actions/upload-artifact@v1

Loading…
Cancel
Save