Skip to content

Commit

Permalink
Try building the Windows hook against Qt 5.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 4, 2023
1 parent 541fe1f commit b1a02dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -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 }}
Expand Down

0 comments on commit b1a02dc

Please sign in to comment.