Skip to content

Commit

Permalink
[mbedtls] modify GitHub workflows to test MbedTLS v2.28.8 (openthread…
Browse files Browse the repository at this point in the history
…#10286)

This commit adds a CI check for MbedTLS version 2.28.8, instead of
testing version 3, which is now enabled by default.

Signed-off-by: Łukasz Duda <[email protected]>
  • Loading branch information
LuDuda committed May 28, 2024
1 parent 53a7940 commit ea2bf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: |
script/check-scan-build
mbedtls3-build:
mbedtls2-build:
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
Expand All @@ -196,7 +196,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: ARMmbed/mbedtls
ref: v3.5.0
ref: v2.28.8
path: third_party/mbedtls/repo
- name: Build
run: |
Expand Down

0 comments on commit ea2bf36

Please sign in to comment.