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

This commit is contained in:
Artur Mukhamadiev 2026-03-02 20:32:48 +03:00
parent 638c565702
commit 981568f104

View File

@ -10,7 +10,7 @@ jobs:
run: |
python3 -m venv ~/py/
source ~/py/bin/activate
pip install meson
pip install meson cmake
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."