Skip to content

Commit

Permalink
wip: test disabling it
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 14, 2024
1 parent 00e32c1 commit 6642863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6642863

Please sign in to comment.