From: Lev Stipakov <[email protected]> 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 <[email protected]> --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 99885ad3..ca58a279 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/[email protected] with: + vcpkgGitCommitId: '71422c627264daedcbcd46f01f1ed0dcd8460f1b' vcpkgArguments: 'openssl lz4 lzo pkcs11-helper tap-windows6' vcpkgTriplet: '${{ matrix.triplet }}-windows-ovpn' - vcpkgGitCommitId: '7d472dd25830da92108eb76642c667aaa40512cb' cleanAfterBuild: false - name: Build -- 2.23.0.windows.1 _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
