fix: 更新构建依赖,添加python3支持

This commit is contained in:
Elysia
2026-01-28 19:23:05 +08:00
parent 1c791cd3c8
commit f8f163e3b8

View File

@@ -47,12 +47,12 @@ jobs:
if: matrix.package == 'deb'
run: |
apt-get update
apt-get install -y curl git wget devscripts fakeroot equivs lintian
apt-get install -y curl git wget devscripts fakeroot equivs lintian python3
- name: Install Build Dependencies
if: matrix.package == 'rpm'
run: |
dnf install -y curl git wget rpm-build rpmdevtools rpmlint
dnf install -y curl git wget rpm-build rpmdevtools rpmlint python3
- name: Checkout Code
uses: actions/checkout@v6