From 37e1b35757f12e3631900c5c2916092945e3f42a Mon Sep 17 00:00:00 2001 From: csh <458761603@qq.com> Date: Mon, 2 Sep 2024 14:55:06 +0800 Subject: [PATCH] [CI] fix install wasmedge Signed-off-by: csh <458761603@qq.com> --- .github/workflows/example_0.13.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/example_0.13.yml b/.github/workflows/example_0.13.yml index aceba364..1b442307 100644 --- a/.github/workflows/example_0.13.yml +++ b/.github/workflows/example_0.13.yml @@ -31,8 +31,7 @@ jobs: - name: Install WasmEdge run: | VERSION=0.13.5 - curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- -e all --version=$VERSION --tf-version=$VERSION --tf-deps-version=$VERSION --tf-tools-version=$VERSION --image-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 # Disable this example due to it relies on wasmedge_http_req, which is a cyclic dependence # - name: HTTP client example # run: |