diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37f691bf..3503dcb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - 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 + run: (Get-Content Base.props) -replace 'v141_xp', 'v143' | Set-Content Base.props #Vcpkg stuff # - name: Restore or build dependencies using vcpkg # uses: lukka/run-vcpkg@v2