From 5b1c57a02a88a67bb5f1420976b38f87644828df Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sat, 24 May 2025 18:27:29 +0300 Subject: [PATCH] update workflow --- .gitea/workflows/test1.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index c13521c..1c3d2c2 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -3,21 +3,14 @@ run-name: build on: [push] jobs: - build: + build-debian: runs-on: debian-prepared - container: - image: debian-prepared:latest 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 install -y gcc - name: Build funtions run: gcc -c f.c - name: Build core