.github: try working around runner limitations in unshare
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
50307c142c
commit
7df454daa8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user