Message ID | 20220820112755.285-1-lstipakov@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [Openvpn-devel] vcpkg: bump baseline version | expand |
Acked-by: Gert Doering <gert@greenie.muc.de> As usually, I have no idea what this stuff does, but it's not changing code and it seems to make Github happy :-) Your patch has been applied to the master branch. commit 734de8f9aa2df56bcb45ebab7cfa799a23f36403 Author: Lev Stipakov Date: Sat Aug 20 14:27:55 2022 +0300 vcpkg: bump baseline version Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20220820112755.285-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25042.html Signed-off-by: Gert Doering <gert@greenie.muc.de> -- kind regards, Gert Doering
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 49b7d6d1..f42469af 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -335,7 +335,7 @@ jobs: - name: Restore artifacts, or setup vcpkg (do not install any package) uses: lukka/run-vcpkg@v10 with: - vcpkgGitCommitId: '4b766c1cd17205e1b768c4fadfd5f867c1d0510e' + vcpkgGitCommitId: '9259a0719d94c402aae2ab7975bc096afdec15df' appendedCacheKey: '${{matrix.triplet}}' - name: Run MSBuild consuming vcpkg.json diff --git a/src/openvpn/vcpkg.json b/src/openvpn/vcpkg.json index 5489d146..40db1fd2 100644 --- a/src/openvpn/vcpkg.json +++ b/src/openvpn/vcpkg.json @@ -9,5 +9,5 @@ "lz4", "pkcs11-helper" ], - "builtin-baseline": "4b766c1cd17205e1b768c4fadfd5f867c1d0510e" + "builtin-baseline": "9259a0719d94c402aae2ab7975bc096afdec15df" }