Skip to content

Commit

Permalink
Fix issue on Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Dec 23, 2023
1 parent edfa31d commit 38759e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ jobs:
gcc --version
elif [ "$RUNNER_OS" == "Windows" ]; then
curl -L -O https://download.qt.io/official_releases/qt-installer-framework/4.6.1/QtInstallerFramework-windows-x86-4.6.1.exe
./QtInstallerFramework-windows-x86-4.6.1.exe --verbose --script ./ci/install_script_qtifw.qs
curl -L -O https://download.qt.io/official_releases/qt-installer-framework/4.6.1/QtInstallerFramework-windows-x64-4.6.1.exe
./QtInstallerFramework-windows-x64-4.6.1.exe --verbose --script ./ci/install_script_qtifw.qs
dir "C:/Qt/"
echo "C:/Qt/QtIFW-4.6.1/bin" >> $GITHUB_PATH
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
uses: actions/cache@v3
with:
path: build/
key: ${{ matrix.os }}-build-cache-v1-${{ secrets.CACHE_KEY }}
key: ${{ matrix.os }}-${{ env.QT_VERSION }}-build-cache-v1-${{ secrets.CACHE_KEY }}

- name: Did restoring the build-cache work? No
# If the build cache wasn't found in the cache
Expand Down

0 comments on commit 38759e2

Please sign in to comment.