From dd312b9ec5196d51031e112801cff53cca6d52b6 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 1 Feb 2026 17:07:35 +0100 Subject: [PATCH] quick commit --- .gitea/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e5eb1e1..5e0abc0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} steps: - name: Checkout - run: | - git init - git remote add origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@git.rivercry.com/${{ github.repository }}.git - git fetch --depth 1 origin ${{ github.sha }} - git checkout FETCH_HEAD + run: | + git init + git remote add origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@git.rivercry.com/${{ github.repository }}.git + git fetch --depth 1 origin ${{ github.sha }} + git checkout FETCH_HEAD - name: Configure run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release