ci(build): Install dependencies in build workflow
Some checks failed
build / build (push) Failing after 5s

ensure that the dependencies needed to build the package are installed
to the container used to run the workflow.
This commit is contained in:
Robert Morrison 2024-07-03 21:44:37 +01:00
parent efb1efeb71
commit 8effb878cd
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -11,5 +11,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install libbsd-dev libsystemd-dev
- name: Run make - name: Run make
run: make run: make