From: Lev Stipakov Date: Fri, 15 Oct 2021 21:31:15 +0000 (+0300) Subject: GitHub Actions: use latest working lukka/run-vcpkg X-Git-Tag: v2.6_beta1~418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93fadaa0268dbe81a8c7ad3e73b3d54a0cca8c9c;p=thirdparty%2Fopenvpn.git 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 Acked-by: Gert Doering 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 --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 514ae66b2..abf32b146 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