Skip to content

Commit

Permalink
vcpkg switch to b27651341123a59f7187b42ef2bc476284afb310
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Oct 30, 2024
1 parent d03f9c4 commit 689feff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 689feff

Please sign in to comment.