update ci
Some checks failed
Build Project / build (push) Failing after 52s

This commit is contained in:
Dawid Sobczak 2025-04-20 08:48:10 +01:00
parent 87b1e68f77
commit 681e419f6a

View file

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