ci(build): Install dependencies in build workflow
Some checks failed
build / build (push) Failing after 5s
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:
parent
efb1efeb71
commit
8effb878cd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user