We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eebbb0 commit 978ef1dCopy full SHA for 978ef1d
.github/workflows/main.yml
@@ -75,15 +75,15 @@ jobs:
75
with:
76
version: ${{env.QT_VERSION}}
77
set-env: false
78
- modules: ${{env.QT_MODULES}} qtquick3d
+ modules: ${{env.QT_MODULES}}
79
cache: true
80
cache-key-prefix: ${{ github.job }}-qt-host
81
- name: Install Qt
82
uses: jurplel/install-qt-action@v4
83
84
85
target: ios
86
87
88
cache-key-prefix: ${{ github.job }}-qt
89
0 commit comments