Skip to content

Commit

Permalink
.github/workflows/linux-ov-arm64.yml: fix cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Jan 18, 2025
1 parent 1fd7267 commit b3d6425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-ov-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v4
with:
path: vsov/protobuf/install
key: ${{ runner.os }}-vsov-protobuf-v1
key: ${{ runner.os }}-vsov-protobuf-arm64-v1

- name: Checkout protobuf
uses: actions/checkout@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/cache@v4
with:
path: vsov/onnx/install
key: ${{ runner.os }}-vsov-onnx-v1
key: ${{ runner.os }}-vsov-onnx-arm64-v1

- name: Checkout onnx
if: steps.cache-onnx.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b3d6425

Please sign in to comment.