ci(build): Further changes to workflow
All checks were successful
build / build (push) Successful in 14s
All checks were successful
build / build (push) Successful in 14s
In my attempt to get the workflow actually building....
This commit is contained in:
parent
8effb878cd
commit
481cc21d6c
|
|
@ -12,8 +12,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Prepare apt
|
||||||
|
run: sudo apt-get update
|
||||||
- name: Install dependencies
|
- 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
|
- name: Run make
|
||||||
run: make
|
run: make
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user