ci: export openssl_dir in macos

This commit is contained in:
Jozef Steinhübl 2024-07-21 15:11:05 +02:00
parent e67bfbf9ae
commit 0431c1e21b
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -35,11 +35,11 @@ jobs:
- target: x86_64-apple-darwin - target: x86_64-apple-darwin
runner: macos-latest runner: macos-latest
archive: tar.gz archive: tar.gz
bootstrap: echo 'export OPENSSL_DIR=$(brew --prefix openssl@3)' >> $GITHUB_ENV bootstrap: echo 'OPENSSL_DIR=$(brew --prefix openssl@3)' >> $GITHUB_ENV
- target: aarch64-apple-darwin - target: aarch64-apple-darwin
runner: macos-latest runner: macos-latest
archive: tar.gz archive: tar.gz
bootstrap: echo 'export OPENSSL_DIR=$(brew --prefix openssl@3)' >> $GITHUB_ENV bootstrap: echo 'OPENSSL_DIR=$(brew --prefix openssl@3)' >> $GITHUB_ENV
- target: x86_64-pc-windows-msvc - target: x86_64-pc-windows-msvc
runner: windows-latest runner: windows-latest