We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6faf2b commit 0d7d63fCopy full SHA for 0d7d63f
.github/workflows/build-native-nuget.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/cache@v4
29
with:
30
path: paddle_inference_c
31
- key: paddle-inference-${{ matrix.url }}
+ key: ${{ matrix.url }}
32
33
- name: Download/Extract Paddle Inference C API Archive
34
if: steps.cache-inference-lib.outputs.cache-hit != 'true'
0 commit comments