更新 .gitea/workflows/build.yaml

This commit is contained in:
wode 2024-09-25 12:01:25 +00:00
parent 32936b57d3
commit 1390b242a8

View File

@ -4,6 +4,6 @@ run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on:ubuntu-latest
runs-on: ubuntu-latest
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/*"
-run: