更新 .gitea/workflows/build.yaml
Build and Publish / Run (push) Successful in 51s
Details
Build and Publish / Run (push) Successful in 51s
Details
This commit is contained in:
parent
7bb08df70b
commit
cd4ce77532
|
@ -19,6 +19,7 @@ jobs:
|
|||
echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free">>/etc/apt/sources.list
|
||||
echo "deb https://security.debian.org/debian-security bullseye-security main contrib non-free">>/etc/apt/sources.list
|
||||
cat /etc/apt/sources.list
|
||||
rm -rf /etc/apt/sources.list.d/*
|
||||
echo "--- update source ---"
|
||||
apt-get update
|
||||
- name: Prepare Python
|
||||
|
|
Loading…
Reference in New Issue