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 9514f99 commit 8fe9e78Copy full SHA for 8fe9e78
.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 }} --no-default-features --features=rustls
+ args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }}
97
- uses: actions/upload-artifact@v2
98
99
name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }}
0 commit comments