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 0218238 commit b7fb758Copy full SHA for b7fb758
.github/workflows/ci.yaml
@@ -16,6 +16,7 @@ jobs:
16
key: ${{ runner.os }}-arduino
17
- name: Install nix
18
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"
+ - name: Run arduino-ci
+ run: |
+ export ARDUINO_SKIP_CONTAINER=true
22
+ nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"
0 commit comments