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

Commit 483a187

Browse files
authored
Update build armbian all borad.yml
1 parent e68ee0b commit 483a187

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build armbian all borad.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ jobs:
9494
9595
# 安装兼容的 Python 版本(如 Python 3.10)
9696
sudo -E apt-get install -y python3.10 python3.10-distutils
97-
98-
# 设置默认 Python 版本为 3.10
99-
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1
100-
sudo update-alternatives --config python3
101-
102-
# 确保 pip 工作正常
103-
python3 -m ensurepip
104-
python3 -m pip install --upgrade pip setuptools
10597
10698
# 设置时区并创建工作目录
10799
sudo timedatectl set-timezone "${TZ}"

0 commit comments

Comments
 (0)