test_attic_workflows/.forgejo/workflows/eval.yaml
sinavir 54a159634f
Some checks failed
build configuration / build (push) Failing after 18s
attic try 3
2024-03-12 19:10:54 +01:00

27 lines
537 B
YAML

name: build configuration
on:
push:
branches:
- main
jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v3
- 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: echo path
if: always()
run: "echo $PATH"
- name: Build
run: |
# Enter the shell
nix-build