Skip to content

Commit

Permalink
Add extensions version to the cache key in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Jan 18, 2024
1 parent 0e1bd8e commit b0cfc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: tmp-cache
with:
path: .tmp
key: tmp-${{ env.ORT_VERSION }}-${{ hashFiles('scripts/*') }}
key: tmp-ort${{ env.ORT_VERSION }}-ext${{ env.ORT_EXTENSIONS_VERSION }}-${{ hashFiles('scripts/*') }}
- name: Download ONNX libraries
run: |
./scripts/download-onnx-libs.sh ${{ env.ORT_VERSION }}
Expand Down

0 comments on commit b0cfc77

Please sign in to comment.