Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cen1 committed Mar 25, 2024
1 parent d3c5d41 commit 65abdf7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/qt-zlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ jobs:
- name: Build Qt
if: steps.cache-qt-restore.outputs.cache-hit != 'true'
shell: cmd
run: cmake --build . --config Release
working-directory: qt-everywhere-src-${{ matrix.qt_version }}
run: cmake --build . --parallel

- name: Cache Qt
if: steps.cache-qt-restore.outputs.cache-hit != 'true'
Expand All @@ -161,6 +162,12 @@ jobs:
path: qt-everywhere-src-${{ matrix.qt_version }}
key: windows-qt-${{ matrix.qt_version }}

- name: Install Qt
if: steps.cache-qt-restore.outputs.cache-hit != 'true'
shell: cmd
working-directory: qt-everywhere-src-${{ matrix.qt_version }}
run: cmake --install .

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 65abdf7

Please sign in to comment.