.github: try working around runner limitations in unshare

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-11-22 10:35:56 +01:00
parent 50307c142c
commit 7df454daa8

View File

@ -31,8 +31,12 @@ jobs:
- uses: actions/checkout@v2
- name: Configure
run: |
set -x
./autogen.sh
./configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system
mkdir -p build/dir
cd build/dir
../../configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system
chmod -R a+w
- name: Build
run: |
make V=1