test_attic_workflows/.forgejo/workflows/eval.yaml
sinavir 7395d53a5a
Some checks failed
build configuration / build (push) Failing after 12m20s
attic try 12
2024-03-28 12:23:27 +01:00

29 lines
555 B
YAML

name: build configuration
on:
push:
branches:
- main
jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Test
run: |
nix path-info --all --json
ls -lah
- name: Setup Attic cache
uses: https://github.com/ryanccn/attic-action@v0
with:
endpoint: "https://cachix.dgnum.eu"
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build
run: |
# Enter the shell
nix-build