Skip to content

Commit 633a170

Browse files
committed
fix: add OPENSSL_STATIC=1 for macOS cross-compilation in CI
1 parent ef7478c commit 633a170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
targets: ${{ matrix.platform.target }}
7575

7676
- name: Build binary
77+
env:
78+
OPENSSL_STATIC: 1
7779
run: |
7880
cargo build --release --target ${{ matrix.platform.target }}
7981

0 commit comments

Comments
 (0)