Skip to content

Commit

Permalink
更新 msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TalusL authored Jun 12, 2024
1 parent 72922cb commit c2eb59d
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 @@ -37,7 +37,8 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: git clone https://github.com/Microsoft/vcpkg.git &&
run: git clone https://github.com/Microsoft/vcpkg.git
git submodule init update&&
cd vcpkg &&
.\bootstrap-vcpkg.bat &&
.\vcpkg integrate install &&
Expand Down

0 comments on commit c2eb59d

Please sign in to comment.