From 9b94bd9d9c8e8175f004295c6b29a587f2f9e967 Mon Sep 17 00:00:00 2001 From: zhuzichu Date: Mon, 10 Jul 2023 17:39:31 +0800 Subject: [PATCH] update --- .github/workflows/macos.yml | 1 - .github/workflows/ubuntu.yml | 1 - .github/workflows/windows.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index bac4efd7..436152a9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,7 +38,6 @@ jobs: version: ${{ matrix.qt_ver }} cache: ${{steps.cache-qt.outputs.cache-hit}} arch: ${{ matrix.qt_arch }} - modules: 'qt5compat qtmultimedia qtshadertools qtimageformats' - name: Set up Ninja uses: seanmiddleditch/gha-setup-ninja@v3 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 09a0dc5b..fc563246 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -39,7 +39,6 @@ jobs: version: ${{ matrix.qt_ver }} cache: ${{steps.cache-qt.outputs.cache-hit}} arch: ${{ matrix.qt_arch }} - modules: 'qt5compat qtmultimedia qtshadertools qtimageformats' - name: Set up Ninja uses: seanmiddleditch/gha-setup-ninja@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4a4c9984..2a34eabc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,7 +42,6 @@ jobs: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} cache: ${{steps.cache-qt.outputs.cache-hit}} - modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech' - name: msvc-build id: build