Skip to content

Commit dc24246

Browse files
authored
Update compile.yml
1 parent e24bd1f commit dc24246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
run: |
8585
source ${GITHUB_WORKSPACE}/build/${{matrix.target}}/common.sh && Diy_update
8686
sudo timedatectl set-timezone "$TZ"
87+
# 安装pyelftools模块,用于u-boot编译
88+
pip3 install pyelftools
8789
8890
- name: Create simulated physical disk
8991
run: |

0 commit comments

Comments
 (0)