Skip to content

Commit

Permalink
CI: Update to latest vcpkg version & fix action release (#16)
Browse files Browse the repository at this point in the history
This fixes the recently failing CI, which failed because the `run-vcpkg`
action was set to track the `main` branch, which recently introduced a
change that requires an up-to-date `vcpkg` version, which we were not
using.
This PR updates the used vcpkg version to the latest available and also
fixes the vcpkg action to a specific release to avoid such problems in
the future.
  • Loading branch information
Krzmbrzl committed Apr 3, 2023
2 parents 5fa94ba + 589de0d commit 4c1b920
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ jobs:

- uses: lukka/get-cmake@latest

- uses: lukka/run-vcpkg@main
- uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 1323f4b83d6a91e415e9ce06a45c9d0a6473aaf2
vcpkgGitCommitId: 19af97cba8ca48474e4ad15a24ed50271a9ecdac
runVcpkgInstall: true
appendedCacheKey: vcpkg

- uses: lukka/run-cmake@v10.3
with:
Expand Down

0 comments on commit 4c1b920

Please sign in to comment.