Skip to content

Commit 66b9bc5

Browse files
Copilotleogr
andauthored
fix(ci): build x86 OpenSSL from source on macOS
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: leogr <3390997+leogr@users.noreply.github.com>
1 parent 598ee0f commit 66b9bc5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
6565
6666
- name: Install x86_64 build dependencies
67-
run: arch -x86_64 /usr/local/bin/brew install cmake openssl@3
67+
run: |
68+
arch -x86_64 /usr/local/bin/brew install cmake
69+
arch -x86_64 /usr/local/bin/brew install --build-from-source openssl@3
6870
env:
6971
HOMEBREW_NO_AUTO_UPDATE: 1
7072

0 commit comments

Comments
 (0)