This commit is contained in:
yhirose
2026-01-12 23:59:15 -05:00
parent 55f85d466a
commit f8541bf656

View File

@@ -120,8 +120,9 @@ jobs:
if: matrix.tls_backend == 'mbedtls'
run: brew install mbedtls
- name: Show Homebrew mbedtls prefix
run: echo "mbedtls is installed in: $(brew --prefix mbedtls)"
run: ls $(brew --prefix mbedtls)/include/mbedtls
run: |
echo "mbedtls is installed in: $(brew --prefix mbedtls)"
ls $(brew --prefix mbedtls)/include/mbedtls
- name: build and run tests (OpenSSL)
if: matrix.tls_backend == 'openssl'
run: cd test && make