Skip to content

Commit ddee056

Browse files
committed
fix: use vendored-openssl feature for cross-compilation
1 parent 633a170 commit ddee056

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/release.yml

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

7676
- name: Build binary
77-
env:
78-
OPENSSL_STATIC: 1
7977
run: |
8078
cargo build --release --target ${{ matrix.platform.target }}
8179

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
# Git Operations
19-
git2 = "0.20"
19+
git2 = { version = "0.20", features = ["vendored-openssl"] }
2020

2121
# CLI Framework
2222
dialoguer = "0.11"

0 commit comments

Comments
 (0)