This commit is contained in:
parent
87b1e68f77
commit
681e419f6a
1 changed files with 4 additions and 1 deletions
|
@ -8,5 +8,8 @@ jobs:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: su root; make
|
|
||||||
|
run: |
|
||||||
|
su root; make
|
||||||
|
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue