From 15df57bdbe265348f30b27face12157e7e34e2dc Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:49:10 +0200 Subject: [PATCH] init stage0 --- .gitea/workflows/stage0.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/stage0.yaml b/.gitea/workflows/stage0.yaml index ad981c5..15ff664 100644 --- a/.gitea/workflows/stage0.yaml +++ b/.gitea/workflows/stage0.yaml @@ -10,8 +10,7 @@ jobs: - name: Checkout run: | git config --global advice.detachedHead false - git clone --branch 2025.02.0 --depth 1 https://codeberg.org/stagex/stagex.git - cd stagex + git clone --branch 2025.02.0 --depth 1 https://codeberg.org/stagex/stagex.git $GITHUB_WORKSPACE - name: Build run: | ls