Skip to content

Commit

Permalink
CI: Enable unprivileged user namespaces (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored Oct 15, 2024
1 parent ffeeff5 commit a8adde2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-D warnings"
steps:
- name: 'Workaround for issue #3178'
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Set default input values
id: default-input-values
run: |
Expand Down

0 comments on commit a8adde2

Please sign in to comment.