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 6f31d8f commit b9f3ad2Copy full SHA for b9f3ad2
.github/workflows/packages.yml
@@ -217,7 +217,6 @@ jobs:
217
version: ${{ matrix.qt_version }}
218
arch: clang_64
219
modules: ${{ matrix.qt_modules }}
220
- setup-python: false
221
cache: true
222
223
- name: Setup Qbs
@@ -235,7 +234,11 @@ jobs:
235
234
236
- name: Build Tiled
237
run: |
238
- qbs install --install-root install config:release qbs.architectures:${{ matrix.architectures }} qbs.installPrefix:"" projects.Tiled.staticZstd:true
+ qbs install --install-root install config:release \
+ qbs.architectures:${{ matrix.architectures }} \
239
+ qbs.installPrefix:"" \
240
+ projects.Tiled.staticZstd:true \
241
+ products.python.condition:false
242
243
- name: Deploy Qt
244
0 commit comments