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