mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-09 16:08:06 +01:00
ci: use x86_64 brew on x86_64-apple-darwin
This commit is contained in:
parent
e44700aff8
commit
d56ff0502e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
archive: tar.gz
|
||||
bootstrap: |
|
||||
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
arch -x86_64 /usr/local/bin/brew brew install openssl@3
|
||||
arch -x86_64 /usr/local/bin/brew install openssl@3
|
||||
echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/runner/.bash_profile
|
||||
echo "OPENSSL_DIR=$(/usr/local/bin/brew --prefix openssl@3)" >> $GITHUB_ENV
|
||||
- target: aarch64-apple-darwin
|
||||
|
|
Loading…
Reference in a new issue