Skip to content

Commit b7fb758

Browse files
committed
GitHub CI: try to fix bwrap error using ARDUINO_SKIP_CONTAINER.
1 parent 0218238 commit b7fb758

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
key: ${{ runner.os }}-arduino
1717
- name: Install nix
1818
uses: cachix/install-nix-action@v12
19-
- name: Disable Nix sandboxing
20-
run: echo "sandbox = false" | sudo tee -a /etc/nix/nix.conf
21-
- run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"
19+
- name: Run arduino-ci
20+
run: |
21+
export ARDUINO_SKIP_CONTAINER=true
22+
nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"

0 commit comments

Comments
 (0)