Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crueter authored Jan 9, 2024
1 parent 7728a78 commit 0e96d57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@ jobs:
- name: Install Qt 6.6.0
uses: jurplel/[email protected]
with:
cache: on
version: 6.6.0
aqtversion: ==3.1.*

- name: Install Qt (WASM)
if: matrix.qt_arch == 'wasm_singlethread'
uses: jurplel/[email protected]
with:
cache: on
version: 6.6.0
aqtversion: ==3.1.*
arch: ${{ matrix.qt_arch }}
Expand All @@ -89,6 +91,7 @@ jobs:
if: matrix.qt_target == 'android'
uses: jurplel/[email protected]
with:
cache: on
version: 6.6.0
aqtversion: ==3.1.*
target: ${{ matrix.qt_target }}
Expand Down

0 comments on commit 0e96d57

Please sign in to comment.