Skip to content

Commit

Permalink
More debugging of github action
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Sep 6, 2023
1 parent 684008c commit 8bca3c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mbedtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
cmake -S .. .
echo "cmake done"
make
echo "compiled MbedTLS"
pwd
cd ../..
- name: Compile picotls
run: |
echo "building picotls with MbedTLS"
pwd
cmake "-DWITH_MBEDTLS=ON" .
make
Expand Down

0 comments on commit 8bca3c2

Please sign in to comment.