We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790b117 commit ae2770dCopy full SHA for ae2770d
.github/workflows/ci.yml
@@ -542,7 +542,7 @@ jobs:
542
cmake: -DCRYPTO_BACKEND=wolfSSL
543
- name: 'libgcrypt'
544
install: libgcrypt
545
- configure: --with-crypto=libgcrypt "--with-libgcrypt-prefix=$(brew --prefix)/opt/libgcrypt"
+ configure: --with-crypto=libgcrypt "--with-libgcrypt-prefix=$(brew --prefix)"
546
cmake: -DCRYPTO_BACKEND=Libgcrypt
547
- name: 'mbedTLS'
548
install: mbedtls
0 commit comments