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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user