Skip to content

Commit

Permalink
explicitly install Qt 5.15.0 via install-qt-action@v3 for MacOS brew …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
ElderOrb committed May 4, 2024
1 parent 1d11bc2 commit 12ce943
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- compiler: clang-9
packages: llvm@13
env: { 'CC': 'clang', 'CXX': 'clang++' }
- qt_version: "5.15.0"
qt_modules: "qtmultimedia"

runs-on: macos-latest

Expand All @@ -37,10 +39,16 @@ jobs:
run: |
brew install ${{ matrix.packages }} pkg-config ffmpeg
- name: Install Qt5
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Install qwt-qt5
run: |
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/56cd02e96876d1fb5b9ae951d605585fe8d614de/Formula/qwt.rb
brew install ./qwt.rb
brew install --ignore-dependencies ./qwt.rb
- name: Set Qt5 environment path
run: |
Expand Down

0 comments on commit 12ce943

Please sign in to comment.