Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephirFXEC authored Jun 15, 2024
1 parent f74c86f commit 5b4fc39
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: lukka/get-cmake@latest

- name: run-vcpkg
# You may pin to the exact commit or the version.
# uses: lukka/run-vcpkg@6fe69898af670ac05f4a8427cc5cff4fb361cee5
uses: lukka/[email protected]
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
runVcpkgInstall: true
# This specifies the location of vcpkg, where it is going to be restored from cache, or create from scratch.
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
# The Git commit id of vcpkg to be checked out. This is only needed because we are not using a submodule.
vcpkgGitCommitId: '${{ matrix.vcpkgCommitId}}'
# The vcpkg.json file, which will be part of cache key computation.
vcpkgJsonGlob: '**/vcpkg.json'


- name: Configure CMake
Expand Down

0 comments on commit 5b4fc39

Please sign in to comment.