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 25c912a commit c85ae08Copy full SHA for c85ae08
.github/workflows/build.yml
@@ -1477,6 +1477,7 @@ 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
0 commit comments