Skip to content

Commit

Permalink
CI: switch to a toolset supported by Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brliron committed May 22, 2024
1 parent 3bd81f5 commit cb8c141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
submodules: recursive
- name: Setup MSBuild environment
uses: microsoft/setup-msbuild@v1
- name: Switch to a toolset supported by Github Actions
run: (Get-Content thcrap\Base.props) -replace '<PlatformToolset>v141_xp</PlatformToolset>', '<PlatformToolset>v143</PlatformToolset>' | Set-Content thcrap\Base.props
#Vcpkg stuff
# - name: Restore or build dependencies using vcpkg
# uses: lukka/run-vcpkg@v2
Expand Down

0 comments on commit cb8c141

Please sign in to comment.