From 5b2ed401755abad429ecf5baa3a04168be3b49ce Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Sep 2024 18:24:38 -0400 Subject: [PATCH] ci: test clone --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e47dbad..cfff4c4 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -34,6 +34,8 @@ jobs: go env -w GOPROXY=https://goproxy.cn,direct chown -R root:root /root/.ssh cd ~ + ls -lha ~/.ssh + cat ~/.ssh/id_ed25519.pub git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git - name: Build run: make build