mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
fix: 更新构建依赖,添加python3支持
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -47,12 +47,12 @@ jobs:
|
|||||||
if: matrix.package == 'deb'
|
if: matrix.package == 'deb'
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
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
|
- name: Install Build Dependencies
|
||||||
if: matrix.package == 'rpm'
|
if: matrix.package == 'rpm'
|
||||||
run: |
|
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
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user