Skip to content

Commit

Permalink
[update] vcpkg integrate install追加
Browse files Browse the repository at this point in the history
vcpkg integrate install追加
  • Loading branch information
Cilda authored Oct 10, 2022
1 parent 9ab1b10 commit a67bf64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ jobs:

- name: run-vcpkg
uses: lukka/[email protected]
id: runvcpkg
with:
vcpkgJsonGlob: '**/vcpkg.json'
appendedCacheKey: vcpkginstall
vcpkgGitCommitId: 'acc3bcf76b84ae5041c86ab55fe138ae7b8255c7'
runVcpkgInstall: true

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

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

0 comments on commit a67bf64

Please sign in to comment.