aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLev Stipakov2022-03-17 14:23:57 +0200
committerGert Doering2022-03-17 13:45:09 +0100
commitb0ee7d5789744f3ebcafa9f34f0563cca50d3a98 (patch)
tree137f4e2db7a544d89261cd1bd10e413b6dab98b2 /.github
parent8d487b4cc5b896cff5277adef6dd491b5918381f (diff)
downloadopenvpn-b0ee7d5789744f3ebcafa9f34f0563cca50d3a98.zip
openvpn-b0ee7d5789744f3ebcafa9f34f0563cca50d3a98.tar.gz
vcpkg-ports\openssl3: update to 3.0.2
While on it, remove deprecated vcpkg_fail_port_install(). since we don't care about UWP/Linux/OS X here. Also bump github actions's vcpkg commit id. Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20220317122357.111-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23985.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 34d1dcc..fa99e12 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -293,7 +293,7 @@ jobs:
- name: Restore artifacts, or run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@v7.4
with:
- vcpkgGitCommitId: 'a2fcb03749ff5897b5985092934dc6057680c789'
+ vcpkgGitCommitId: 'a69b65229b3956b7f45abd81671b7330114bcaad'
vcpkgArguments: 'openssl3 lz4 lzo pkcs11-helper tap-windows6'
vcpkgTriplet: '${{ matrix.triplet }}-windows-ovpn'
cleanAfterBuild: false