Skip to content

Commit

Permalink
Remove TLS support in CI release build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWaWaR committed Jan 14, 2024
1 parent 0806b00 commit b7c6546
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 @@ -98,7 +98,7 @@ jobs:
with:
use-cross: true
command: build
args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }}
args: --release --no-default-features --bin simple-http-server --locked --target=${{ matrix.TARGET }}
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }}
Expand Down

0 comments on commit b7c6546

Please sign in to comment.