Skip to content

Commit

Permalink
Disable apparmor on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 29, 2025
1 parent b12097d commit 176f64b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- "false"

steps:
- name: Allow creation of user namespaces (e.g. to the unshare command)
run: |
# .. so that we don't get error:
# Idea from https://github.com/YoYoGames/GameMaker-Bugs/issues/6015#issuecomment-2135552784
sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
Expand Down

0 comments on commit 176f64b

Please sign in to comment.