Skip to content

Commit b0cfc77

Browse files
committed
Add extensions version to the cache key in CI
1 parent 0e1bd8e commit b0cfc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: tmp-cache
2222
with:
2323
path: .tmp
24-
key: tmp-${{ env.ORT_VERSION }}-${{ hashFiles('scripts/*') }}
24+
key: tmp-ort${{ env.ORT_VERSION }}-ext${{ env.ORT_EXTENSIONS_VERSION }}-${{ hashFiles('scripts/*') }}
2525
- name: Download ONNX libraries
2626
run: |
2727
./scripts/download-onnx-libs.sh ${{ env.ORT_VERSION }}

0 commit comments

Comments
 (0)