Skip to content

Commit

Permalink
ci: bump rust from 1.71 to 1.84
Browse files Browse the repository at this point in the history
Signed-off-by: hydai <[email protected]>
  • Loading branch information
hydai committed Jan 13, 2025
1 parent 4f3622d commit 0b07013
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_openvino_mobilenet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.71]
rust: [1.84]
container:
image: wasmedge/wasmedge:ubuntu-build-clang
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_openvino_road_seg_adas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.71]
rust: [1.84]
container:
image: wasmedge/wasmedge:ubuntu-build-clang
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_pytorch_yolo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.71]
rust: [1.84]
container:
image: wasmedge/wasmedge:ubuntu-build-clang
steps:
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
cargo build --target=wasm32-wasip1 --release
cp target/wasm32-wasip1/release/wasmedge-wasinn-example-yolo-image.wasm ..
cd ..
wasmedge --dir .:. wasmedge-wasinn-example-yolo-image.wasm ./yolov8n.torchscript ./input.jpg
wasmedge --dir .:. wasmedge-wasinn-example-yolo-image.wasm ./yolov8n.torchscript ./input.jpg

0 comments on commit 0b07013

Please sign in to comment.