Skip to content

Commit cc70809

Browse files
committed
Remove TLS plugin
Signed-off-by: csh <[email protected]>
1 parent 0154e9b commit cc70809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install WasmEdge
8888
run: |
8989
VERSION=0.13.5
90-
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- --plugins wasmedge_rustls --version=$VERSION -p /usr/local
90+
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s --version=$VERSION -p /usr/local
9191
9292
- name: MySQL async examples
9393
run: |

0 commit comments

Comments
 (0)