Skip to content

Commit 0c866a6

Browse files
authored
Update xm.yml
1 parent 19521c2 commit 0c866a6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/xm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
ls -la .github
4141
- name: step2
4242
run: |
43-
chmod +x $GITHUB_WORKSPACE/.github/workflows/_xm2oipc.sh
44-
SOC="hi3516ev200" TOTALMEM="64M" HARDWARE="HI3516EV200_50H20AI_S38" DEVID="000559A7" FLASH_SIZE="0x800000" $GITHUB_WORKSPACE/.github/workflows/_xm2oipc.sh
43+
export RUN="$GITHUB_WORKSPACE/.github/workflows/_xm2oipc.sh"
44+
chmod +x $RUN
45+
SOC="hi3516ev200" TOTALMEM="64M" HARDWARE="HI3516EV200_50H20AI_S38" DEVID="000559A7" FLASH_SIZE="0x800000" $RUN
4546
- name: step3
4647
run: ls -la

0 commit comments

Comments
 (0)