Skip to content

Commit e762c0e

Browse files
authored
Update build.yml
1 parent 3b2c8ac commit e762c0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,9 @@ jobs:
14591459
# make
14601460

14611461
openEuler-latest-cmake-cann:
1462+
defaults:
1463+
run:
1464+
shell: bash -el {0}
14621465
runs-on: ubuntu-latest
14631466

14641467
strategy:
@@ -1480,7 +1483,6 @@ jobs:
14801483
14811484
- name: Build
14821485
run: |
1483-
. /usr/local/Ascend/ascend-toolkit/set_env.sh
14841486
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
14851487
mkdir build
14861488
cd build

0 commit comments

Comments
 (0)