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 490e46e commit e3ebeca
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,11 @@ jobs:
cargo -V
rustc -V
- name: Use rustls on musl targets.
id: build-options
if: contains(matrix.target, '-musl')
run: |
echo "CARGO_BUILD_OPTIONS=${CARGO_BUILD_OPTIONS} --no-default-features --features rustls-tls" >> $GITHUB_OUTPUT
- name: Build
run: >
run: >-
cargo build
--locked
--release
${{ steps.build-options.outputs.CARGO_BUILD_OPTIONS }}
- name: "Artifact upload: binary"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e3ebeca

Please sign in to comment.