mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
fix lix tests
This commit is contained in:
parent
d12d12b670
commit
83e7dde4c2
1 changed files with 9 additions and 0 deletions
9
.github/actions/nix/action.yml
vendored
9
.github/actions/nix/action.yml
vendored
|
@ -40,3 +40,12 @@ runs:
|
|||
- name: "Show Nix Info"
|
||||
shell: bash
|
||||
run: nix run "nixpkgs#nix-info" -- -m
|
||||
|
||||
# https://git.lix.systems/lix-project/lix/issues/545
|
||||
# https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
|
||||
- name: "Revert ubuntu change that broke lix tests"
|
||||
shell: bash
|
||||
run: |
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue