From 32d822772aca8b5f22e9a024747d9c510a02369e Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sat, 24 May 2025 17:01:19 +0300 Subject: [PATCH] test5 --- .gitea/workflows/test1.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index 29abfd3..479a161 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -6,6 +6,9 @@ jobs: build: runs-on: debian-latest steps: + - name: Set up env + run: apt update + run: apt install -y gcc - name: Build funtions run: gcc -c f.c - name: Build core