From cb8c141c262babead6e514b9fd8e972d54e900fa Mon Sep 17 00:00:00 2001 From: brliron Date: Thu, 23 May 2024 01:21:44 +0200 Subject: [PATCH] CI: switch to a toolset supported by Github Actions --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57828e03..37f691bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 'v141_xp', 'v143' | Set-Content thcrap\Base.props #Vcpkg stuff # - name: Restore or build dependencies using vcpkg # uses: lukka/run-vcpkg@v2