更新 .gitea/workflows/build.yaml

This commit is contained in:
wode 2024-09-25 11:49:49 +00:00
parent 588685bbec
commit 32936b57d3

View File

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