We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cce82 commit 045ab79Copy full SHA for 045ab79
.github/workflows/devtools.yml
@@ -105,6 +105,10 @@ jobs:
105
- name: Download depot tools
106
run: bash $GITHUB_WORKSPACE/lighthouse/core/test/devtools-tests/download-depot-tools.sh
107
108
+ # Since Ubuntu 23, dev builds of Chromium need this.
109
+ # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
110
+ - run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
111
+
112
- name: Load build artifacts
113
id: devtools-build-artifacts
114
uses: actions/cache@v3
0 commit comments