mirror of
https://github.com/Tim-Paik/srv.git
synced 2024-10-13 00:29:43 +00:00
0.8.1-beta Try to replace openssl with rustls
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -42,8 +42,8 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: vcpkg integrate install
|
||||
- run: vcpkg install openssl:x64-windows-static-md
|
||||
# - run: vcpkg integrate install
|
||||
# - run: vcpkg install openssl:x64-windows-static-md
|
||||
- uses: taiki-e/upload-rust-binary-action@v1
|
||||
with:
|
||||
bin: web
|
||||
|
Reference in New Issue
Block a user