From: Frank Lichtenheld <[email protected]> Requires submodule checkout.
Change-Id: I86ceceb4e1c716b33c6c6ec8853eca0fb4b394f1 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Arne Schwabe <[email protected]> --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/741 This mail reflects revision 1 of this Change. Acked-by according to Gerrit (reflected above): Arne Schwabe <[email protected]> diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6207c95..8f0a7b5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -404,9 +404,10 @@ uses: actions/checkout@v4 with: path: mbedtls + submodules: true # versioning=semver-coerced repository: Mbed-TLS/mbedtls - ref: v3.5.2 + ref: v3.6.1 - name: "mbedtls: make no_test" run: make -j3 no_test SHARED=1 working-directory: mbedtls _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
