diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a61fa8e3ec64e193214c85b995f636252c234d05..3540fdfbe99b5e704ecdac24bda7a581999ef1d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: with: use-cross: true command: build - args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }} + args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }} --no-default-features --features=rustls - uses: actions/upload-artifact@v2 with: name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }}