Skip to content

Commit

Permalink
modify workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Feb 6, 2025
1 parent 9a51821 commit 98bdb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ jobs:
- name: Build
run: |
cd /__w/SenseVoice.cpp/SenseVoice.cpp/sense-voice && git submodule sync && git submodule update --init --recursive
cd /__w/SenseVoice.cpp/SenseVoice.cpp && git submodule sync && git submodule update --init --recursive
export LD_LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:${ASCEND_TOOLKIT_HOME}/$(uname -m)-linux/devlib/:${LD_LIBRARY_PATH}
cmake -S . -B build \
-DCMAKE_BUILD_TYPE=${{ matrix.build }} \
Expand Down

0 comments on commit 98bdb9e

Please sign in to comment.