mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[mbedtls] modify GitHub workflows to test MbedTLS v2.28.8 (#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 <lukasz.duda@nordicsemi.no>
This commit is contained in:
committed by
Jonathan Hui
parent
c96e3b9504
commit
27f1dbcfc1
@@ -178,7 +178,7 @@ jobs:
|
||||
run: |
|
||||
script/check-scan-build
|
||||
|
||||
mbedtls3-build:
|
||||
mbedtls2-build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user