.github: build: install systemd unit files in /tmp
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
5d7c1e18d6
commit
9d71746c17
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Configure
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure --prefix=/tmp
|
||||
./configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system
|
||||
- name: Build
|
||||
run: |
|
||||
make V=1
|
||||
|
Loading…
Reference in New Issue
Block a user