diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09a78357..9305c060 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,9 @@ jobs: node-version: 20 steps: + - name: Enable unprivileged user namespaces + run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns + - name: Checkout Repository uses: actions/checkout@v4