diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index badad94..7ed24e4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,10 +36,13 @@ jobs: arch: amd64 # Matches Qt5Network.dll 5.15.2 #toolset: 14.26 # Matches Qt5Network.dll 5.15.2 #vsversion: 2019 # Matches Qt5Network.dll 5.15.2 - - run: rm -f /usr/bin/link && ./build.sh + - run: | + curl --location --output "qt-everywhere-src-$QT_VERSION.tar.xz" --show-error --silent \ + "https://download.qt.io/archive/qt/5.15/5.15.10/single/qt-everywhere-opensource-src-$QT_VERSION.tar.xz" + rm -f /usr/bin/link && ./build.sh shell: bash env: - QT_VERSION: 5.15.2 + QT_VERSION: 5.15.10 - uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}