ci: install correct openssl version on x86_64-apple-darwin

This commit is contained in:
Jozef Steinhübl 2024-07-21 15:21:06 +02:00
parent 8a86dd0f18
commit 1bb42d1720
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -35,7 +35,7 @@ jobs:
- target: x86_64-apple-darwin
runner: macos-latest
archive: tar.gz
bootstrap: echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
bootstrap: brew install openssl@3 --build-bottle --force-bottle --arch=x86_64 && echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
- target: aarch64-apple-darwin
runner: macos-latest
archive: tar.gz