From e3ebeca195615d31bc22a7340d5370dbfd195fca Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 5 Jun 2024 16:16:41 +0200 Subject: [PATCH] . --- .github/workflows/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23563be..ac0025d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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