Skip to content

Commit

Permalink
skip more useless qt module
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 14, 2024
1 parent 6a3645a commit 610a9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msvc-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
-no-feature-qdbus
-no-feature-qtdiag
-no-feature-qtplugininfo
-skip qtopcua,qtgrpc,qt3d,qtmqtt,qtcoap,qtqa,qtdbus,qtremoteobjects
-skip qtopcua,qtgrpc,qt3d,qtmqtt,qtcoap,qtqa,qtdbus,qtremoteobjects,qtpim,qtspeech,qtfeedback,qtactiveqt,qtserialbus,qtserialport,tests
-- -DFEATURE_cxx20=${{ matrix.FEATURE_cxx20 }}
- name: build qt
Expand All @@ -106,5 +106,5 @@ jobs:
with:
overwrite: true
name: qt6_680_${{ matrix.arch }}-${{ matrix.msvc }}_static
path: qt6_680_${{ matrix.arch }}-${{ matrix.msvc }}_static.zip
path: ${{ runner.workspace }}/qt-release

0 comments on commit 610a9e7

Please sign in to comment.