fix: set OPENSSL_VENDORED only for musl target

This commit is contained in:
pandaadir05
2025-11-21 15:51:08 +02:00
parent c791d311d3
commit 663c0994c2

View File

@@ -233,7 +233,7 @@ jobs:
run: cargo build --release --target ${{ matrix.target }} --no-default-features run: cargo build --release --target ${{ matrix.target }} --no-default-features
env: env:
OPENSSL_STATIC: 1 OPENSSL_STATIC: 1
OPENSSL_VENDORED: ${{ matrix.target == 'x86_64-unknown-linux-musl' && '1' || '0' }} OPENSSL_VENDORED: ${{ matrix.target == 'x86_64-unknown-linux-musl' && '1' || '' }}
- name: Create archive - name: Create archive
shell: bash shell: bash