Skip to content

Commit

Permalink
add:fcelf添加可执行权限
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Apr 3, 2024
1 parent fffd271 commit 84033bf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
# - name: 克隆 LuatOS 代码库
# run: git clone --depth=1 https://github.com/openLuat/LuatOS.git
# - name: 克隆 ec7xx-csdk 代码库
# run: git clone --depth=1 https://github.com/openLuat/luatos-soc-2024.git
# run: |
# git clone --depth=1 https://github.com/openLuat/luatos-soc-2024.git
# sudo chmod +x /luatos-soc-2024/PLAT/tools/fcelf
# - name: 下载GCC工具链
# run: |
# mkdir /home/runner/toolchains
Expand Down Expand Up @@ -59,7 +61,9 @@ jobs:
- name: 克隆 LuatOS 代码库
run: git clone --depth=1 https://github.com/openLuat/LuatOS.git
- name: 克隆 ec7xx-csdk 代码库
run: git clone --depth=1 https://github.com/openLuat/luatos-soc-2024.git
run: |
git clone --depth=1 https://github.com/openLuat/luatos-soc-2024.git
sudo chmod +x /luatos-soc-2024/PLAT/tools/fcelf
- name: 下载GCC工具链
run: |
mkdir /home/runner/toolchains
Expand Down Expand Up @@ -121,7 +125,9 @@ jobs:
- name: 克隆 LuatOS 代码库
run: git clone --depth=1 https://github.com/openLuat/LuatOS.git
- name: 克隆 ec7xx-csdk 代码库
run: git clone --depth=1 https://github.com/openLuat/luatos-soc-2024.git
run: |
git clone --depth=1 https://github.com/openLuat/luatos-soc-2024.git
sudo chmod +x /luatos-soc-2024/PLAT/tools/fcelf
- name: 下载GCC工具链
run: |
mkdir /home/runner/toolchains
Expand Down

0 comments on commit 84033bf

Please sign in to comment.