We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe903df commit 224608cCopy full SHA for 224608c
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
with:
94
use-cross: true
95
command: build
96
- 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
97
- uses: actions/upload-artifact@v2
98
99
name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }}
0 commit comments