diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3af1e85249f..406df3e6e22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,8 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' # Since ubuntu 22.30, unprivileged usernamespaces are no longer allowed to map to the root user: # https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces - - run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 - if: matrix.os == 'ubuntu-latest' + #- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 + # if: matrix.os == 'ubuntu-latest' - run: scripts/build-checks # Steps to test CI automation in your own fork.