From 9cc3d71cc4cc519b0590f203de0ca1564a5318ca Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Thu, 10 Oct 2024 16:02:10 +0800 Subject: [PATCH] feat: update workflow --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 74cfa15..29ba5ee 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -98,7 +98,6 @@ jobs: if [ "$local_hash" != "$remote_hash" ]; then echo "Hashes are different, updating Joint-Teapot..." - pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot else echo "Hashes are the same, no update required." exit 0 @@ -114,5 +113,5 @@ jobs: git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/runner-images.git runner-images cd runner-images git checkout ci-test - make image + make build make push