Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Feb 3, 2025
1 parent 6be6fe0 commit b851ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ jobs:
- uses: DeterminateSystems/flakehub-cache-action@main
- run: cat /etc/nix/nix.conf
- run: cat ~/.config/nix/nix.conf
# DESIGN: Kaleidoscope started using `bwrap` in a way requiring privileges
# https://github.com/DevToys-app/DevToys/issues/1198#issuecomment-2599819266
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- run: nix --print-build-logs flake check --verbose

0 comments on commit b851ad2

Please sign in to comment.