更新 .gitea/workflows/build.yaml
This commit is contained in:
parent
588685bbec
commit
32936b57d3
@ -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/*"
|
Loading…
x
Reference in New Issue
Block a user