mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-10 00:18:06 +01:00
ci: install correct openssl version on x86_64-apple-darwin
This commit is contained in:
parent
8a86dd0f18
commit
1bb42d1720
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -35,7 +35,7 @@ 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 "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
|
- target: aarch64-apple-darwin
|
||||||
runner: macos-latest
|
runner: macos-latest
|
||||||
archive: tar.gz
|
archive: tar.gz
|
||||||
|
|
Loading…
Reference in a new issue