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 55a2af5 commit 0218238Copy full SHA for 0218238
.github/workflows/ci.yaml
@@ -14,8 +14,8 @@ jobs:
14
path: |
15
~/.arduino15
16
key: ${{ runner.os }}-arduino
17
- - name: Disable Nix sandboxing
18
- run: echo "sandbox = false" | sudo tee -a /etc/nix/nix.conf
19
- name: Install nix
20
uses: cachix/install-nix-action@v12
+ - name: Disable Nix sandboxing
+ 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"
0 commit comments