Skip to content

Commit 7be0667

Browse files
authored
Update build.yml
1 parent c85ae08 commit 7be0667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,11 +1477,11 @@ jobs:
14771477
run: |
14781478
yum update -y
14791479
yum install git cmake gcc gcc-c++ make -y
1480-
. /usr/local/Ascend/ascend-toolkit/set_env.sh
1481-
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
14821480
14831481
- name: Build
14841482
run: |
1483+
. /usr/local/Ascend/ascend-toolkit/set_env.sh
1484+
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
14851485
mkdir build
14861486
cd build
14871487
cmake .. \

0 commit comments

Comments
 (0)