diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3070fe2..58044e8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -88,7 +88,7 @@ jobs: - name: Install Qt # if: steps.WindowsCacheQt.outputs.cache-hit != 'true' # 使用外部action。这个action专门用来安装Qt - uses: jurplel/install-qt-action@v2.7.1 + uses: jurplel/install-qt-action@v2.10.0 with: # Version of Qt to install version: ${{ matrix.qt_ver }} @@ -96,8 +96,8 @@ jobs: target: ${{ matrix.qt_target }} # Architecture for Windows/Android arch: ${{ matrix.qt_arch }} - # aqtversion: '==0.10.0' - # dir: 'C:\' + aqtversion: '==0.10.0' + dir: 'C:/QtPath' # dir: ${{ github.workspace }} # dir: '${{ github.workspace }}' # cached: ${{ steps.WindowsCacheQt.outputs.cache-hit }}