Assume Qt is present on macOS

This commit is contained in:
Petr Mrázek 2023-05-25 14:29:39 +02:00
parent c0120a19cd
commit 6ab48b6e7f

View File

@ -71,24 +71,6 @@ jobs:
with:
submodules: 'recursive'
- name: "Cache Qt"
id: cache-qt
uses: actions/cache@v1 # not v2!
with:
path: ../Qt
key: ${{ runner.os }}-QtCache
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
version: '6.5.1'
host: 'mac'
target: 'desktop'
arch: 'clang_64'
modules: 'qt5compat'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: "Configure"
run: |
mkdir -p build