We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a318830 commit 2b64a7cCopy full SHA for 2b64a7c
.github/workflows/release.yml
@@ -68,7 +68,8 @@ jobs:
68
- name: Build
69
shell: bash
70
env:
71
- OPENSSL_STATIC: ${{ matrix.use_cross == 'true' && '1' || '' }}
+ OPENSSL_STATIC: "1"
72
+ OPENSSL_VENDORED: "1"
73
run: |
74
if [ "${{ matrix.use_cross }}" = "true" ]; then
75
cross build --release --target ${{ matrix.target }}
Cross.toml
@@ -0,0 +1,2 @@
1
+[build.env]
2
+passthrough = ["OPENSSL_STATIC", "OPENSSL_VENDORED"]
0 commit comments