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