Skip to content

Commit

Permalink
fix: update install-openvino-action
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Oct 5, 2023
1 parent cfeff4a commit eefdb10
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 @@ -392,7 +392,7 @@ jobs:
if: matrix.target != ''

# Install OpenVINO for testing wasmtime-wasi-nn.
- uses: abrown/install-openvino-action@v6
- uses: abrown/install-openvino-action@v7
with:
version: 2022.3.0
- run: echo OPENVINO_BUILD_DIR="${{ env.OPENVINO_INSTALL_DIR }}" >> $GITHUB_ENV
Expand Down

0 comments on commit eefdb10

Please sign in to comment.