Skip to content

Commit

Permalink
ensure qt quick is installed
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Jan 2, 2025
1 parent 1679b3c commit 8502167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
cache: on
version: ${{ matrix.qt_version }}

- name: Install Qt ${{ matrix.qt_version }} (Wasm/Android)
- name: Install Qt ${{ matrix.qt_version }} (WASM/Android)
if: runner.os == 'Linux' && matrix.qt_arch != 'gcc_64'
uses: Kidev/[email protected]
with:
Expand All @@ -100,6 +100,7 @@ jobs:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qt_arch }}
set-env: true
modules: 'qtquick3d'
aqtsource: 'git+https://github.com/Kidev/aqtinstall.git@wasm'

- name: Install Build Dependencies (macOS)
Expand Down

0 comments on commit 8502167

Please sign in to comment.