Skip to content

Commit

Permalink
fix unshare perms on nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Dec 13, 2024
1 parent 5b01f95 commit 659a73e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Allow unprivileged user namespaces (for Ubuntu 24.04)
run: |
sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

Expand Down

0 comments on commit 659a73e

Please sign in to comment.