Skip to content

Commit 978ef1d

Browse files
committed
Remove unnecessary quick3d module dependency in CI
1 parent 6eebbb0 commit 978ef1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575
with:
7676
version: ${{env.QT_VERSION}}
7777
set-env: false
78-
modules: ${{env.QT_MODULES}} qtquick3d
78+
modules: ${{env.QT_MODULES}}
7979
cache: true
8080
cache-key-prefix: ${{ github.job }}-qt-host
8181
- name: Install Qt
8282
uses: jurplel/install-qt-action@v4
8383
with:
8484
version: ${{env.QT_VERSION}}
8585
target: ios
86-
modules: ${{env.QT_MODULES}} qtquick3d
86+
modules: ${{env.QT_MODULES}}
8787
cache: true
8888
cache-key-prefix: ${{ github.job }}-qt
8989

0 commit comments

Comments
 (0)