Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 14, 2024
1 parent 6cc5198 commit f612e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
git submodule update --init
New-Item -ItemType Directory -Path vcpkg
if (-Not (Test-Path -Path vcpkg )) New-Item -ItemType Directory -Path vcpkg
cd vcpkg
git init
git remote add origin https://github.com/microsoft/vcpkg.git
Expand Down

0 comments on commit f612e79

Please sign in to comment.