Skip to content

Commit 593a2bf

Browse files
committed
ci: bump wasmedge from 0.13.4 to 0.14.1
Signed-off-by: hydai <z54981220@gmail.com>
1 parent a9a2b75 commit 593a2bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/build_openvino_mobilenet.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install WasmEdge with Wasi-NN OpenVINO plugin
5555
env:
5656
CMAKE_BUILD_TYPE: "Release"
57-
VERSION: "0.13.4"
57+
VERSION: "0.14.1"
5858
run: |
5959
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION -p /usr/local --plugins wasi_nn-openvino
6060

‎.github/workflows/build_openvino_road_seg_adas.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install WasmEdge with Wasi-NN OpenVINO plugin
5353
env:
5454
CMAKE_BUILD_TYPE: "Release"
55-
VERSION: "0.13.4"
55+
VERSION: "0.14.1"
5656
run: |
5757
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION -p /usr/local --plugins wasi_nn-openvino
5858

0 commit comments

Comments
 (0)