We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24bd1f commit dc24246Copy full SHA for dc24246
.github/workflows/compile.yml
@@ -84,6 +84,8 @@ jobs:
84
run: |
85
source ${GITHUB_WORKSPACE}/build/${{matrix.target}}/common.sh && Diy_update
86
sudo timedatectl set-timezone "$TZ"
87
+ # 安装pyelftools模块,用于u-boot编译
88
+ pip3 install pyelftools
89
90
- name: Create simulated physical disk
91
0 commit comments