Skip to content

Commit

Permalink
[mbedtls] modify GitHub workflows to test MbedTLS v2.28.8
Browse files Browse the repository at this point in the history
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 23, 2024
1 parent c752820 commit d7a58da
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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 d7a58da

Please sign in to comment.