Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 5, 2024
1 parent fab79ce commit 7be6ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: >-
cargo build
--locked
--release${{ endsWith(matrix.target, 'musl') && ' --no-default-features --feature native-tls' }}
--release${{ endsWith(matrix.target, 'musl') && ' --no-default-features --features rustls-tls' || '' }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7be6ca2

Please sign in to comment.