diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index e197490..66ac20e 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -40,7 +40,8 @@ jobs: cd vcpkg git init git remote add origin https://github.com/microsoft/vcpkg.git - git fetch origin --depth 1 + git fetch origin + git checkout -b master --track origin/master git checkout b27651341123a59f7187b42ef2bc476284afb310 .\bootstrap-vcpkg.bat .\vcpkg integrate install