Skip to content

Commit

Permalink
Update toolset for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Apr 7, 2023
1 parent 22c1f46 commit 5eeea0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}
toolset: 14.35

- run: |
$tagVersions = ([System.IO.Path]::GetFileName("$env:GITHUB_REF") -split "-",0,"SimpleMatch")[0] -split ".",0,"SimpleMatch"
Expand Down

0 comments on commit 5eeea0c

Please sign in to comment.