Skip to content

Commit

Permalink
Try toolset 14
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent 8881cb1 commit 5c69454
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: ./build.sh
shell: bash
env:
Expand Down

0 comments on commit 5c69454

Please sign in to comment.