Skip to content

Commit

Permalink
update script for openeuler
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Feb 14, 2025
1 parent e15b306 commit d816e1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,9 @@ jobs:
- name: Build
run: |
cd $GITHUB_WORKSPACE && git submodule sync && git submodule update --init --recursive
cd $GITHUB_WORKSPACE && ls -a
git --git-dir=$GITHUB_WORKSPACE/.git --work-tree=$GITHUB_WORKSPACE submodule sync
git --git-dir=$GITHUB_WORKSPACE/.git --work-tree=$GITHUB_WORKSPACE 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 d816e1e

Please sign in to comment.