update Debian-Build-amd64.yml

This commit is contained in:
shenmo 2024-10-26 10:54:14 +00:00 committed by Gitee
parent f134bb12fe
commit 518c349c7f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -21,7 +21,8 @@ stages:
image: docker.jianmuhub.com/library/debian:bookworm
command:
- export DEBIAN_FRONTEND=noninteractive
- 'apt install devscripts '
- sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
- apt update
- apt build-dep . -y
- dpkg-buildpackage -b -us -uc
- cd ..