Skip to content

Commit

Permalink
Configure msdev to match Qt 5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent acd3c15 commit 44061e8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yaml
Expand Up @@ -33,11 +33,9 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
with:
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
toolset: 14.26 # Matches Qt5Network.dll 5.15.2
vsversion: 2019 # Matches Qt5Network.dll 5.15.2
- run: ./build.sh
shell: bash
env:
QT_VERSION: 5.15.2
Expand Down

0 comments on commit 44061e8

Please sign in to comment.