From c5ede14eaf0ad35763e24795f3635f5ccdfc671d Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Mon, 2 Mar 2026 20:35:18 +0300 Subject: [PATCH] build test 8 --- .gitea/workflows/demo.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 2e25326..3fd8394 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,6 +6,10 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: + - name: Ensure That Build system available + run: | + apt update + apt install -y --noninteractive make ninja-build gcc - name: Prepare Environment run: | python3 -m venv ~/py/