Skip to content

Commit 224608c

Browse files
github: build: Use rustls with cross
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent fe903df commit 224608c

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 }}
96+
args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }} --no-default-features --features=rustls
9797
- uses: actions/upload-artifact@v2
9898
with:
9999
name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }}

0 commit comments

Comments
 (0)