Skip to content

Commit

Permalink
Default the toolset and sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent bba31d5 commit e639c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -37,8 +37,8 @@ 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
#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
shell: bash
env:
Expand Down

0 comments on commit e639c59

Please sign in to comment.