Skip to content

Commit

Permalink
remove wasm_multithread from build config
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Jan 16, 2024
1 parent 7ed01c6 commit 395327c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,13 @@ jobs:
strategy:
fail-fast: false
matrix:
qtarch: [wasm_singlethread, wasm_multithread, android_arm64_v8a, android_armv7]
qtarch: [wasm_singlethread, android_arm64_v8a, android_armv7]
qtversion: ['6.6.1']
include:
- qtarch: wasm_singlethread
qttarget: 'desktop'
qtmodules: 'qtcharts'
additional_build_flags: '--target install'
- qtarch: wasm_multithread
qttarget: 'desktop'
qtmodules: 'qtcharts'
additional_cmake_flags: '-DALP_ENABLE_THREADING=ON'
additional_build_flags: '--target install'
- qtarch: android_arm64_v8a
qttarget: 'android'
qtmodules: 'qtcharts qtpositioning'
Expand Down

0 comments on commit 395327c

Please sign in to comment.