添加 .gitea/workflows/build.yaml

This commit is contained in:
wode 2024-09-25 11:45:58 +00:00
parent d6097f4d20
commit 979c83c5f3

View File

@ -0,0 +1,9 @@
# .gitea/workflows/build.yaml
name: cpp
run-name:{{ github.actor}} is testing out Gitea Actions
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on:ubuntu-latest
step:
-run: echo "apt-get update --yes && apt-get install --yes --no-install-recommends build-essential && apt-get clean && rm -rf /var/lib/apt/lists/*"