Skip to content

Commit

Permalink
ci(test_api_server): update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Nov 29, 2024
1 parent 78ff862 commit d184e42
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
strategy:
matrix:
wasmedge_version: [0.14.1]
ggml_version: [b3651]
steps:
- name: Clone project
id: checkout
Expand All @@ -55,7 +56,7 @@ jobs:

- name: Install WasmEdge
run: |
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v ${{ matrix.wasmedge_version }}
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v ${{ matrix.wasmedge_version }} --ggmlbn=${{ matrix.ggml_version }}
ls -al $HOME/.wasmedge/bin
- name: Install Hurl
Expand Down Expand Up @@ -130,6 +131,7 @@ jobs:
strategy:
matrix:
wasmedge_version: [0.14.1]
ggml_version: [b3651]
steps:
- name: Clone project
id: checkout
Expand All @@ -155,7 +157,7 @@ jobs:
- name: Install WasmEdge
run: |
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v ${{ matrix.wasmedge_version }}
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v ${{ matrix.wasmedge_version }} --ggmlbn=${{ matrix.ggml_version }}
ls -al $HOME/.wasmedge/bin
- name: Install Hurl
Expand Down Expand Up @@ -231,6 +233,7 @@ jobs:
strategy:
matrix:
wasmedge_version: [0.14.1]
ggml_version: [b3651]
steps:
- name: Clone project
id: checkout
Expand All @@ -256,7 +259,7 @@ jobs:
- name: Install WasmEdge
run: |
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v ${{ matrix.wasmedge_version }}
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v ${{ matrix.wasmedge_version }} --ggmlbn=${{ matrix.ggml_version }}
ls -al $HOME/.wasmedge/bin
- name: Install Hurl
Expand Down Expand Up @@ -332,6 +335,7 @@ jobs:
strategy:
matrix:
wasmedge_version: [0.14.1]
ggml_version: [b3651]
steps:
- name: Clone project
id: checkout
Expand All @@ -357,7 +361,7 @@ jobs:
- name: Install WasmEdge
run: |
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v ${{ matrix.wasmedge_version }}
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v ${{ matrix.wasmedge_version }} --ggmlbn=${{ matrix.ggml_version }}
ls -al $HOME/.wasmedge/bin
- name: Install Hurl
Expand Down

0 comments on commit d184e42

Please sign in to comment.