diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4aead92f6..32de738ee 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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: |