diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f092fe6..21a6104 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,7 +35,7 @@ jobs: version: ${{ matrix.qt_ver }} cached: 'false' arch: ${{ matrix.qt_arch }} - modules: 'qt5compat qtmultimedia qtshadertools' + modules: 'qt5compat qtmultimedia qtshadertools qtimageformats' - uses: actions/checkout@v2 with: fetch-depth: 1 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c075daa..d7831cc 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -30,7 +30,7 @@ jobs: version: ${{ matrix.qt_ver }} cached: 'false' arch: ${{ matrix.qt_arch }} - modules: 'qt5compat qtmultimedia qtshadertools' + modules: 'qt5compat qtmultimedia qtshadertools qtimageformats' - name: ubuntu install GL library run: sudo apt-get install -y libglew-dev libglfw3-dev qml-module-qtquick-controls qml-module-qtquick-controls2 - uses: actions/checkout@v2 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b335326..5577d6b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,7 @@ jobs: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} cached: 'false' - modules: 'qt5compat qtmultimedia qtshadertools' + modules: 'qt5compat qtmultimedia qtshadertools qtimageformats' # 拉取代码 - uses: actions/checkout@v2 with: