Skip to content
Snippets Groups Projects
Unverified Commit 8fe9e780 authored by Linfeng Qian's avatar Linfeng Qian
Browse files

Build release binary with tls support

parent 9514f99c
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ jobs:
with:
use-cross: true
command: build
args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }} --no-default-features --features=rustls
args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }}
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment