Skip to content

Commit

Permalink
.github/workflows/linux-ov.yml: update ov
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Apr 27, 2024
1 parent 51c6c0b commit 5c0bc0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-ov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: steps.cache-protobuf.outputs.cache-hit != 'true'
with:
repository: protocolbuffers/protobuf
# follows protobuf in https://github.com/openvinotoolkit/openvino/tree/2024.0.0/thirdparty/protobuf
# follows protobuf in https://github.com/openvinotoolkit/openvino/tree/2024.1.0/thirdparty/protobuf
# if you change this, remember to bump the version of the cache key.
ref: fe271ab76f2ad2b2b28c10443865d2af21e27e0e
fetch-depth: 1
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: onnx/onnx
# follows onnx in https://github.com/openvinotoolkit/openvino/tree/2024.0.0/thirdparty/onnx
# follows onnx in https://github.com/openvinotoolkit/openvino/tree/2024.1.0/thirdparty/onnx
# if you change this, remember to bump the version of the cache key.
ref: b86cc54efce19530fb953e4b21f57e6b3888534c
fetch-depth: 1
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Setup OpenVINO
run: |
curl -L -o ov.tgz https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.0/linux/l_openvino_toolkit_ubuntu22_2024.0.0.14509.34caeefd078_x86_64.tgz
curl -L -o ov.tgz https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu22_2024.1.0.15008.f4afc983258_x86_64.tgz
tar -xf ov.tgz
mv l_openvino_* openvino -v
Expand Down

0 comments on commit 5c0bc0c

Please sign in to comment.