diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 148e040b..7db4cd94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: # arch: ${{ matrix.qt-target }} arch: 'win64_msvc2019_64' # tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator' - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cached: true - name: Install Qt6 ARM64 uses: jurplel/install-qt-action@v3 @@ -74,7 +74,7 @@ jobs: # arch: ${{ matrix.qt-target }} arch: 'win64_msvc2019_arm64' # tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator' - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cached: true - name: Install Qt5 x64 uses: jurplel/install-qt-action@v2