Skip to content

Commit cabf019

Browse files
committed
修正
1 parent 38d295d commit cabf019

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
@@ -209,7 +209,7 @@ jobs:
209209
- name: Copy boost to sora-python-sdk
210210
run: |
211211
mkdir -p sora-python-sdk/_install/${{ matrix.platform.name }}/debug
212-
cp -r boost/_package/${{ matrix.platform.name }}/boost boost/_install/${{ matrix.platform.name }}/debug/boost
212+
cp -r sora-cpp-sdk/_install/${{ matrix.platform.name }}/debug/boost sora-python-sdk/_install/${{ matrix.platform.name }}/debug/boost
213213
echo ${{ steps.version.outputs.boost_version }} > sora-python-sdk/_install/${{ matrix.platform.name }}/debug/boost.version
214214
- uses: actions/cache@v4
215215
id: llvm-cache

0 commit comments

Comments
 (0)