We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0154e9b commit cc70809Copy full SHA for cc70809
.github/workflows/examples.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Install WasmEdge
88
run: |
89
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
+ curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s --version=$VERSION -p /usr/local
91
92
- name: MySQL async examples
93
0 commit comments