Skip to content

Commit 4d8cf57

Browse files
committed
Fix macOS OpenSSL 1.1.1 tests failure.
1 parent 716c78e commit 4d8cf57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
echo "brew \"[email protected]\"" >> Brewfile
9595
echo "OPENSSL_ROOT_DIR=$(brew --prefix [email protected])" >> $GITHUB_ENV
9696
echo "CRYPTO_BACKEND=openssl" >> $GITHUB_ENV
97+
# Harsh workaround against CLang adding /usr/local/include path, where OpenSSL 3.0 headers are
98+
rm -r /usr/local/include/openssl
9799
98100
- name: Configure openssl 3 backend
99101
if: matrix.backend == 'openssl@3'

0 commit comments

Comments
 (0)