Skip to content

Commit 55a2af5

Browse files
committed
GitHub CI: try to fix the bwrap error.
1 parent db75535 commit 55a2af5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
path: |
1515
~/.arduino15
1616
key: ${{ runner.os }}-arduino
17+
- name: Disable Nix sandboxing
18+
run: echo "sandbox = false" | sudo tee -a /etc/nix/nix.conf
1719
- name: Install nix
1820
uses: cachix/install-nix-action@v12
1921
- run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"

0 commit comments

Comments
 (0)