From cd9fa79607f15d39cdbacda6ce25921f7b043f92 Mon Sep 17 00:00:00 2001 From: brliron Date: Thu, 23 May 2024 01:25:44 +0200 Subject: [PATCH] CI: fix Base.props path --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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