File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,20 @@ jobs:
1212 outputs :
1313 matrix : ${{ steps.set-matrix.outputs.matrix }}
1414 steps :
15+ - run : df -h
16+ - name : " node-cleanup"
17+ run : |
18+ sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
19+ sudo docker image prune --all --force
20+ sudo docker builder prune -a
21+ - run : df -h
1522 - uses : actions/checkout@v4
1623 - uses : cachix/install-nix-action@v30
1724 - uses : cachix/cachix-action@v15
1825 with :
1926 name : kidibox
2027 authToken : " ${{ secrets.CACHIX_AUTH_TOKEN }}"
2128 - id : set-matrix
22- name : Generate Nix Matrix
29+ name : Build nixos host
2330 run : |
24- nix build .nixosConfigurations.nixos.config.system.build.toplevel
31+ nix build .# nixosConfigurations.nixos.config.system.build.toplevel
You can’t perform that action at this time.
0 commit comments