Skip to content

Commit 0d7d63f

Browse files
committed
key as url
1 parent b6faf2b commit 0d7d63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/cache@v4
2929
with:
3030
path: paddle_inference_c
31-
key: paddle-inference-${{ matrix.url }}
31+
key: ${{ matrix.url }}
3232

3333
- name: Download/Extract Paddle Inference C API Archive
3434
if: steps.cache-inference-lib.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)