Skip to content

Commit 74bc96c

Browse files
committed
GitHub CI: remove ARDUINO_SKIP_CONTAINER; the problem is that the arduino-cli
provided by nixpkgs is wrapped in a shell script that always runs bwrap.
1 parent b7fb758 commit 74bc96c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ jobs:
1717
- name: Install nix
1818
uses: cachix/install-nix-action@v12
1919
- 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"
20+
run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"

0 commit comments

Comments
 (0)