aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLev Stipakov2021-10-16 00:31:15 +0300
committerGert Doering2021-10-19 16:05:07 +0200
commit93fadaa0268dbe81a8c7ad3e73b3d54a0cca8c9c (patch)
treeab0709c51af0b60ed5c5facdb8f1f24af281a8f3 /.github
parent077445d0d82128dc90e50043546d4a2d8647eb9c (diff)
downloadopenvpn-93fadaa0268dbe81a8c7ad3e73b3d54a0cca8c9c.zip
openvpn-93fadaa0268dbe81a8c7ad3e73b3d54a0cca8c9c.tar.gz
GitHub Actions: use latest working lukka/run-vcpkg
Latest lukka/run-vcpkg@v10 seem to break non-manifest mode with custom triplets, so revert to latest working version. While on it, bump vcpkg commit. Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20211015213115.516-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/search?l=mid&q=20211015213115.516-1-lstipakov@gmail.com Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 514ae66..abf32b1 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -215,11 +215,11 @@ jobs:
run: python -m pip install --upgrade pip rst2html
- name: Restore artifacts, or run vcpkg, build and cache artifacts
- uses: lukka/run-vcpkg@main
+ uses: lukka/run-vcpkg@v7.4
with:
+ vcpkgGitCommitId: '71422c627264daedcbcd46f01f1ed0dcd8460f1b'
vcpkgArguments: 'openssl lz4 lzo pkcs11-helper tap-windows6'
vcpkgTriplet: '${{ matrix.triplet }}-windows-ovpn'
- vcpkgGitCommitId: '261c458af6e3eed5d099144aff95d2b5035f656b'
cleanAfterBuild: false
- name: Build