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/