CI: Fix builds on Mac

This commit is contained in:
Uwe Rathmann 2024-06-17 11:51:36 +02:00
parent 194edf8866
commit 278fca26d7
1 changed files with 4 additions and 3 deletions

View File

@ -277,7 +277,8 @@ jobs:
- name: Install dependencies on macos - name: Install dependencies on macos
if: startsWith(matrix.config.os, 'macos') if: startsWith(matrix.config.os, 'macos')
run: | run: |
brew install p7zip cmake ninja find /opt/homebrew/ -name EXTERNALLY-MANAGED|xargs rm
brew install cmake ninja
ninja --version ninja --version
cmake --version cmake --version
@ -322,7 +323,7 @@ jobs:
- name: Install Qt5 - name: Install Qt5
if: endsWith(matrix.config.name, 'Qt5') if: endsWith(matrix.config.name, 'Qt5')
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v4
with: with:
version: "5.15.2" version: "5.15.2"
target: "desktop" target: "desktop"
@ -336,7 +337,7 @@ jobs:
- name: Install Qt6 - name: Install Qt6
if: endsWith(matrix.config.name, 'Qt6') if: endsWith(matrix.config.name, 'Qt6')
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v4
with: with:
version: "6.5.0" version: "6.5.0"
target: "desktop" target: "desktop"