Skip to content

Commit

Permalink
disable checks in github actions, runs out of space
Browse files Browse the repository at this point in the history
  • Loading branch information
redxtech committed Apr 1, 2024
1 parent 5ea684b commit b89459c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/nix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ name: "Nix Build Cache"
on:
push:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: gabedunn
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check --print-build-logs
# checks:
# runs-on: ubuntu-latest
# steps:
# - name: Free Disk Space (Ubuntu)
# uses: jlumbroso/free-disk-space@main
# with:
# tool-cache: true
# - uses: actions/checkout@v4
# - uses: cachix/install-nix-action@v26
# with:
# nix_path: nixpkgs=channel:nixos-unstable
# - uses: cachix/cachix-action@v14
# with:
# name: gabedunn
# signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
# - run: nix flake check --print-build-logs

shell:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b89459c

Please sign in to comment.