We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7478c commit 633a170Copy full SHA for 633a170
1 file changed
.github/workflows/release.yml
@@ -74,6 +74,8 @@ jobs:
74
targets: ${{ matrix.platform.target }}
75
76
- name: Build binary
77
+ env:
78
+ OPENSSL_STATIC: 1
79
run: |
80
cargo build --release --target ${{ matrix.platform.target }}
81
0 commit comments