Skip to content

Commit

Permalink
wasi-nn: reenable CI task (bytecodealliance#7164)
Browse files Browse the repository at this point in the history
The task was disabled due to a failing checksum. Since then, the
`install-openvino-action` has improved and now _almost_ has
cross-platform support. This change just restores the status quo in
expectation that bytecodealliance#6895 will significantly improve the testing story.

prtest:full
  • Loading branch information
abrown authored and alexcrichton committed Oct 25, 2023
1 parent 2f94a87 commit af2677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ jobs:
submodules: true
- uses: ./.github/actions/install-rust
- run: rustup target add wasm32-wasi
- uses: abrown/install-openvino-action@v6
- uses: abrown/install-openvino-action@v7
with:
version: 2022.3.0
apt: true
Expand Down

0 comments on commit af2677b

Please sign in to comment.