Skip to content

Commit

Permalink
further attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed May 4, 2024
1 parent ffd4fe2 commit b1e87a6
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ 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,13 +35,7 @@ jobs:
- name: Install dependencies
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 }}
brew install ${{ matrix.packages }} pkg-config ffmpeg qt@5
- name: Install qwt-qt5
run: |
Expand Down Expand Up @@ -73,8 +65,6 @@ jobs:
- compiler: clang-9
packages: llvm@13
env: { 'CC': 'clang-9', 'CXX': 'clang++-9', 'HOMEBREW_NO_INSTALL_CLEANUP': '1', 'HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK': '1' }
- qt_version: "6.5.0"
qt_modules: "qtmultimedia"

runs-on: macos-latest

Expand All @@ -97,13 +87,7 @@ jobs:
- name: Install dependencies
run: |
brew install ${{ matrix.packages }} pkg-config ffmpeg
- name: Install Qt6
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}
brew install ${{ matrix.packages }} pkg-config ffmpeg qt
- name: Install qwt
run: |
Expand Down Expand Up @@ -132,6 +116,7 @@ jobs:
- compiler: clang-9
packages: llvm@13
env: { 'CC': 'clang', 'CXX': 'clang++' }
- qt_version: "5.15.2"

runs-on: macos-latest

Expand All @@ -154,7 +139,13 @@ jobs:
- name: Install dependencies
run: |
brew install ${{ matrix.packages }} nasm qt@5
brew install ${{ matrix.packages }} nasm
- name: Install Qt5
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Set Qt5 environment path
run: |
Expand Down Expand Up @@ -202,7 +193,7 @@ jobs:
- compiler: clang-9
packages: llvm@13
env: { 'CC': 'clang-9', 'CXX': 'clang++-9', 'HOMEBREW_NO_INSTALL_CLEANUP': '1', 'HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK': '1' }
- qt_version: "6.3.0"
- qt_version: "6.5.0"
qt_modules: "qtmultimedia"

runs-on: macos-latest
Expand Down

0 comments on commit b1e87a6

Please sign in to comment.