We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85ae08 commit 7be0667Copy full SHA for 7be0667
.github/workflows/build.yml
@@ -1477,11 +1477,11 @@ jobs:
1477
run: |
1478
yum update -y
1479
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}
1482
1483
- name: Build
1484
+ . /usr/local/Ascend/ascend-toolkit/set_env.sh
+ export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
1485
mkdir build
1486
cd build
1487
cmake .. \
0 commit comments