Skip to content

Commit

Permalink
ACTIONS: Upgrade get-cmake and run-vpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 5, 2023
1 parent c918ce1 commit 06edb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_cmake_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: lukka/get-cmake@v3.21.2
- uses: lukka/get-cmake@v3.27.6

- name: Prepare vcpkg
id: prepare_vcpkg
Expand All @@ -24,7 +24,7 @@ jobs:
cp -v "${GITHUB_WORKSPACE}"/.github/workflows/CMakePresets.json "${GITHUB_WORKSPACE}"/
- name: Restore artifacts and set up vcpkg
uses: lukka/run-vcpkg@v10.1
uses: lukka/run-vcpkg@v11
id: run_vcpkg
with:
vcpkgGitCommitId: accd79817981f1ce00c6a4164aecf2b2ac699823
Expand Down

0 comments on commit 06edb05

Please sign in to comment.