Skip to content

Commit 0218238

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +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
1917
- name: Install nix
2018
uses: cachix/install-nix-action@v12
19+
- name: Disable Nix sandboxing
20+
run: echo "sandbox = false" | sudo tee -a /etc/nix/nix.conf
2121
- run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"

0 commit comments

Comments
 (0)