Update build.yml
This commit is contained in:
parent
c85ae08922
commit
7be066764f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1477,11 +1477,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yum update -y
|
yum update -y
|
||||||
yum install git cmake gcc gcc-c++ make -y
|
yum install git cmake gcc gcc-c++ make -y
|
||||||
. /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}
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
. /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}
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. \
|
cmake .. \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue