mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
ci: export openssl_dir in macos
This commit is contained in:
parent
e67bfbf9ae
commit
0431c1e21b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -35,11 +35,11 @@ jobs:
|
|||
- target: x86_64-apple-darwin
|
||||
runner: macos-latest
|
||||
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
|
||||
runner: macos-latest
|
||||
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
|
||||
runner: windows-latest
|
||||
|
|
Loading…
Reference in a new issue