ci(build): Further changes to workflow
All checks were successful
build / build (push) Successful in 14s

In my attempt to get the workflow actually building....
This commit is contained in:
Robert Morrison 2024-07-03 21:50:32 +01:00
parent 8effb878cd
commit 481cc21d6c
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -12,8 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Prepare apt
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install libbsd-dev libsystemd-dev
run: sudo apt-get install -y libbsd-dev libsystemd-dev
- name: Run make
run: make