add cache
Some checks failed
checks / checks (push) Failing after 16s

This commit is contained in:
2025-11-11 15:27:39 +04:00
parent 51038c5b6c
commit ff4dd1a4eb
2 changed files with 12 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
name: checks
on:
push:
branches:
- main
jobs:
checks:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: attic login pkgs https://attic.scug.io ${{ secrets.ATTIC_TOKEN }}
- run: nix-fast-build -- --systems "x86_64-linux aarch64-linux" --no-nom --attic-cache pkgs

View File

@@ -1,11 +0,0 @@
name: checks
on:
push:
branches:
- main
jobs:
checks:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix flake check -L --all-systems