Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit cba6715

Browse files
authored
Update build armbian customize board.yml
1 parent c1cc769 commit cba6715

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build armbian customize board.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
sudo -E apt-get -y purge azure-cli ghc* zulu* llvm* firefox google* dotnet* openjdk* mysql* php* mongodb* dotnet* moby* snapd* android* || true
9292
sudo -E apt-get -qq autoremove --purge
9393
sudo -E apt-get -qq clean
94+
95+
# 安装兼容的 Python 依赖
96+
sudo -E apt-get install -y python3-distutils python3-pip python3-setuptools
97+
9498
# 设置时区并创建工作目录
9599
sudo timedatectl set-timezone "${TZ}"
96100
sudo mkdir -p /mnt/workdir

0 commit comments

Comments
 (0)