aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrank Lichtenheld2023-06-20 15:53:10 +0200
committerGert Doering2023-06-27 22:11:38 +0200
commit66e33ee81d1d7fa3495ae3aad6e673766e296687 (patch)
tree255180049507d30b3f5e3fa5024b1e54b1e2a02c /.github
parent5e94e8de4bfaf6637124947a3489710b591e5e26 (diff)
downloadopenvpn-66e33ee81d1d7fa3495ae3aad6e673766e296687.zip
openvpn-66e33ee81d1d7fa3495ae3aad6e673766e296687.tar.gz
GHA: update to run-vcpkg@v11
This improves binary cache handling. Change-Id: I4183edacc0295e9671c586cfcd77cf687015a22c Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Lev Stipakov <lstipakov@gmail.com> Message-Id: <20230620135310.94455-6-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26755.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 5f0a076..da2a427 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -52,11 +52,10 @@ jobs:
uses: actions/checkout@v3
- name: Restore from cache and install vcpkg
- uses: lukka/run-vcpkg@v10
+ uses: lukka/run-vcpkg@v11
with:
- vcpkgGitCommitId: 'd10d511f25620ca0f315cd83dcef6485efc63010'
+ vcpkgGitCommitId: '1ba9a2591f15af5900f2ce2b3e2bf31771e3ac48'
vcpkgJsonGlob: '**/mingw/vcpkg.json'
- appendedCacheKey: mingw_${{ matrix.arch }}
- name: Run CMake with vcpkg.json manifest
uses: lukka/run-cmake@v10
@@ -291,11 +290,10 @@ jobs:
run: python -m pip install --upgrade pip docutils
- name: Restore artifacts, or setup vcpkg (do not install any package)
- uses: lukka/run-vcpkg@v10
+ uses: lukka/run-vcpkg@v11
with:
- vcpkgGitCommitId: 'd10d511f25620ca0f315cd83dcef6485efc63010'
+ vcpkgGitCommitId: '1ba9a2591f15af5900f2ce2b3e2bf31771e3ac48'
vcpkgJsonGlob: '**/windows/vcpkg.json'
- appendedCacheKey: msvc_${{ matrix.arch }}
- name: Run CMake with vcpkg.json manifest (NO TESTS)
uses: lukka/run-cmake@v10