From 473dec0990a117b4f0430fbb5fc0b71ebe24f4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Sun, 15 Oct 2023 22:57:14 +0800 Subject: [PATCH] update --- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows-mingw.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e47006ab..4d9fd3fb 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,7 +38,7 @@ jobs: version: ${{ matrix.qt_ver }} cache: ${{steps.cache-qt.outputs.cache-hit}} arch: ${{ matrix.qt_arch }} - modules: 'qt5compat qtmultimedia qtshadertools qtimageformats' + modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qt3d' - name: Set up Ninja uses: seanmiddleditch/gha-setup-ninja@v3 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d8a28406..5d349fb1 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -39,7 +39,7 @@ jobs: version: ${{ matrix.qt_ver }} cache: ${{steps.cache-qt.outputs.cache-hit}} arch: ${{ matrix.qt_arch }} - modules: 'qt5compat qtmultimedia qtshadertools qtimageformats' + modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qt3d' - name: Set up Ninja uses: seanmiddleditch/gha-setup-ninja@v3 diff --git a/.github/workflows/windows-mingw.yml b/.github/workflows/windows-mingw.yml index cf974565..98696a94 100644 --- a/.github/workflows/windows-mingw.yml +++ b/.github/workflows/windows-mingw.yml @@ -47,7 +47,7 @@ jobs: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} cache: ${{steps.cache-qt.outputs.cache-hit}} - modules: 'qt5compat qtmultimedia qtshadertools qtimageformats' + modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qt3d' - name: Qt6 environment configuration if: ${{ startsWith( matrix.qt_ver, 6 ) }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 404eb5f9..54445ebc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,7 +42,7 @@ jobs: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} cache: ${{steps.cache-qt.outputs.cache-hit}} - modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech' + modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech qt3d' - name: msvc-build id: build