Skip to content

Commit

Permalink
ci: handle git submodules for mbedTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeister2 committed May 14, 2024
1 parent 443d29c commit 599fe1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ jobs:
run: |
git clone --quiet --depth=1 -b v${{ env.mbedtls-version }} https://github.com/ARMmbed/mbedtls
cd mbedtls
git submodule update --init
make DESTDIR=$HOME/mbedtls install
- name: cache openssl3
Expand Down

0 comments on commit 599fe1e

Please sign in to comment.