dexedrine/.gitea/workflows/build.yaml
Robert Morrison 481cc21d6c
All checks were successful
build / build (push) Successful in 14s
ci(build): Further changes to workflow
In my attempt to get the workflow actually building....
2024-07-03 21:54:28 +01:00

22 lines
379 B
YAML

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare apt
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y libbsd-dev libsystemd-dev
- name: Run make
run: make