Skip to content

Commit

Permalink
Build mbedtls parallel to picotls
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Sep 6, 2023
1 parent 8bca3c2 commit 12bd194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mbedtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Installing MbedTLS
run: |
cd ..
git clone https://github.com/Mbed-TLS/mbedtls
cd mbedtls
echo "cloned mbedtls"
Expand All @@ -29,7 +30,7 @@ jobs:
make
echo "compiled MbedTLS"
pwd
cd ../..
cd ../../picotls
- name: Compile picotls
run: |
Expand Down

0 comments on commit 12bd194

Please sign in to comment.