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
|
||||
|
Loading…
x
Reference in New Issue
Block a user