Skip to content

Commit

Permalink
GHA: Update dependency Mbed-TLS/mbedtls to v3.6.1
Browse files Browse the repository at this point in the history
Requires submodule checkout.

Change-Id: I86ceceb4e1c716b33c6c6ec8853eca0fb4b394f1
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20240911144231.32553-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg29208.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
  • Loading branch information
flichtenheld authored and cron2 committed Sep 11, 2024
1 parent e9ad1b3 commit f4d7cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,10 @@ jobs:
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
Expand Down

0 comments on commit f4d7cec

Please sign in to comment.