.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
|
- uses: actions/checkout@v2
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
|
set -x
|
||||||
./autogen.sh
|
./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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make V=1
|
make V=1
|
||||||
|
Loading…
Reference in New Issue
Block a user