更新 .gitea/workflows/build.yaml

This commit is contained in:
wode 2024-09-25 12:08:32 +00:00
parent 5ea6851205
commit 709dc050e8

@ -1,9 +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: Debian-latest
steps:
-run: sudo apt install clang clangd lldb cmake
Explore-Gitea-Actions:
runs-on: Debian-latest
steps:
- name: Install dependencies
run: sudo apt install clang clangd lldb cmake