update
Some checks failed
test / container-job (push) Failing after 3m13s

This commit is contained in:
tqcq
2025-07-30 17:47:10 +08:00
parent 4cb868d5cd
commit 8605fad820

View File

@@ -10,6 +10,7 @@ jobs:
steps:
- name: InstallGit
run: |
sed -i '/security.ubuntu.com/d' /etc/apt/sources.list
apt-get update -y
apt-get install -y git git-lfs
- uses: actions/checkout@v4