We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44430f commit 6dcbe15Copy full SHA for 6dcbe15
.github/workflows/build_arduino.yml
@@ -16,4 +16,7 @@ jobs:
16
key: ${{ runner.os }}-arduino
17
- name: Install nix
18
uses: cachix/install-nix-action@v31
19
- - run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"
+ - run: |
20
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
21
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
22
+ nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"
0 commit comments