.github: build: install systemd unit files in /tmp

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-07-26 23:46:05 +02:00
parent 5d7c1e18d6
commit 9d71746c17

View File

@ -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