From 2af08d72219fb08088ad2e04ee95bda1f7baac64 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Mon, 25 Nov 2024 23:03:11 +0800 Subject: [PATCH] ci(test_api_server): update workflow Signed-off-by: Xin Liu --- .github/workflows/test_api_server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_api_server.yml b/.github/workflows/test_api_server.yml index 4a3df2b..24344a4 100644 --- a/.github/workflows/test_api_server.yml +++ b/.github/workflows/test_api_server.yml @@ -61,8 +61,8 @@ jobs: - name: Deploy whisper plugin run: | - curl -LO https://github.com/WasmEdge/WasmEdge/releases/download/${{ matrix.wasmedge_version }}/WasmEdge-plugin-wasi_nn-whisper-${{ matrix.wasmedge_version }}-ubuntu20.04_x86_64.tar.gz - tar -xzvf WasmEdge-plugin-wasi_nn-whisper-${{ matrix.wasmedge_version }}-ubuntu20.04_x86_64.tar.gz + https://github.com/second-state/WasmEdge-plugin-registry/releases/download/wasmedge-0.14.1-plugin-lts-d259eed/WasmEdge-plugin-wasi_nn-whisper-0.14.1-ubuntu20.04_x86_64.tar.gz + tar -xzvf WasmEdge-plugin-wasi_nn-whisper-0.14.1-ubuntu20.04_x86_64.tar.gz mv libwasmedgePluginWasiNN.so $HOME/.wasmedge/plugin/ ls -al ls -al $HOME/.wasmedge/plugin/