Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c69424

Browse files
committed
Disable apparmor on GHA
1 parent0da3d43 commit6c69424

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
-"false"
2626

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp