From cc9f76622937a567156719442868321340082f27 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sat, 24 May 2025 17:15:48 +0300 Subject: [PATCH] fix2 --- .gitea/workflows/test1.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index 78e6da9..04233a2 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -8,12 +8,13 @@ jobs: steps: - run: pwd - run: echo "${{ gitea.workspace }}" + - run: apt update + - run: apt install -y git - run: git init - run: git remote add gitea http://10.1.1.1:3000/hasslesstech/test3 - run: git fetch - run: git checkout master - run: ls -lh - - run: apt update - run: apt install -y gcc - name: Build funtions run: gcc -c f.c