Skip to content

Commit 8fe9e78

Browse files
committed
Build release binary with tls support
1 parent 9514f99 commit 8fe9e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
use-cross: true
9595
command: build
96-
args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }} --no-default-features --features=rustls
96+
args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }}
9797
- uses: actions/upload-artifact@v2
9898
with:
9999
name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }}

0 commit comments

Comments
 (0)