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 514ae66b..abf32b14 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: '261c458af6e3eed5d099144aff95d2b5035f656b' cleanAfterBuild: false - name: Build -- 2.23.0.windows.1 _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
