ci: use version tag of install-openvino-action (#6168)

In #6089, I accidentally left in a change that pegged the
`install-openvino-action` to a commit instead of the latest released
version. This change uses the latest released version.

(Run all CI actions: prtest:full)
This commit is contained in:
Andrew Brown
2023-04-06 20:04:59 +02:00
committed by GitHub
parent 67c85b883e
commit 465913eb2c

View File

@@ -478,7 +478,7 @@ jobs:
submodules: true submodules: true
- uses: ./.github/actions/install-rust - uses: ./.github/actions/install-rust
- run: rustup target add wasm32-wasi - run: rustup target add wasm32-wasi
- uses: abrown/install-openvino-action@50a2ab733ef4b504dd7de3ac45c36eae7f9bc228 - uses: abrown/install-openvino-action@v6
with: with:
version: 2022.3.0 version: 2022.3.0
apt: true apt: true