From e270484870b4b19be31fde13930f06b41aa30973 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 31 Dec 2023 22:47:15 -0500 Subject: [PATCH] CI: Test plain old git checkout --- .gitea/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index f8a56f1..37bffbb 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -6,6 +6,8 @@ jobs: Build: runs-on: guix steps: + - name: Tester git checkout + run: git clone http://git.home.rekahsoft.ca/${{ gitea.repository }} - name: Check out repository code uses: https://github.com/actions/checkout@v3 - name: Build preparation