Skip to content

Commit

Permalink
[fix] 構文修正
Browse files Browse the repository at this point in the history
構文修正
  • Loading branch information
Cilda authored Oct 10, 2022
1 parent a67bf64 commit 7725f68
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 @@ -46,7 +46,7 @@ jobs:
runVcpkgInstall: true

- name: vcpkg integrate install
run: ${{steps.runvcpkg.inputs.vcpkgDirectory}}/vcpkg integrate install
run: vcpkg integrate install

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 7725f68

Please sign in to comment.