0
0
镜像自地址 https://github.com/THZoria/NX_Firmware.git 已同步 2026-04-09 10:41:13 +00:00

Add lxml to Python module installation

这个提交包含在:
Zoria
2026-03-17 07:01:41 +01:00
提交者 GitHub
父节点 e5cac716b8
当前提交 bf849d454d

查看文件

@@ -23,7 +23,7 @@ jobs:
- name: ⚙️ Install required Python modules
run: |
python -m pip install --upgrade pip
pip install requests beautifulsoup4 packaging
pip install requests beautifulsoup4 packaging lxml
- name: ⬇️ Setup hactool-linux
run: |