disable toolkit cache if self-hosted
This commit is contained in:
parent
d3294d6170
commit
e7782a8bf2
|
|
@ -618,6 +618,7 @@ jobs:
|
|||
sudo apt-get install -y ocl-icd-opencl-dev opencl-headers opencl-clhpp-headers intel-opencl-icd
|
||||
|
||||
- name: Use OpenVINO Toolkit Cache
|
||||
if: ${{ !contains(fromJSON(matrix.runner), 'self-hosted') }}
|
||||
uses: actions/cache@v5
|
||||
id: cache-openvino
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue