Skip to content

Commit 3b2c8ac

Browse files
authored
Modify format error
1 parent 7be0667 commit 3b2c8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ jobs:
14811481
- name: Build
14821482
run: |
14831483
. /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}
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)