build test 8
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13s

This commit is contained in:
Artur Mukhamadiev 2026-03-02 20:35:18 +03:00
parent 981568f104
commit c5ede14eaf

View File

@ -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/