Skip to content

Commit 85c67fe

Browse files
committed
修正
1 parent 2bc359a commit 85c67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- uses: actions/cache@v4
215215
id: llvm-cache
216216
with:
217-
path: sora-python-sdk/_package/${{ matrix.platform.name }}/llvm
217+
path: sora-python-sdk/_install/${{ matrix.platform.name }}/llvm
218218
key: llvm-${{ matrix.platform.name }}-${{ steps.version.outputs.sora_cpp_sdk }}
219219
- uses: actions/cache@v4
220220
id: version-file-cache

0 commit comments

Comments
 (0)