diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0caaa23..f092fe6 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' + modules: 'qt5compat qtmultimedia qtshadertools' - uses: actions/checkout@v2 with: fetch-depth: 1 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 76e44a3..c075daa 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' + modules: 'qt5compat qtmultimedia qtshadertools' - 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 291a7b1..b335326 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' + modules: 'qt5compat qtmultimedia qtshadertools' # 拉取代码 - uses: actions/checkout@v2 with: