Skip to content

Commit

Permalink
Assume Qt is present on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed May 25, 2023
1 parent c0120a1 commit 6ab48b6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ab48b6

Please sign in to comment.