From 22fe9e46a04010a17a21c1164de8215468860b34 Mon Sep 17 00:00:00 2001 From: silver Date: Wed, 7 Aug 2024 00:17:53 +0000 Subject: [PATCH] test: add teh cache and colmena build Signed-off-by: silver --- .forgejo/workflows/update_input.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index 20ed259..2b975d2 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -19,4 +19,11 @@ jobs: - uses: actions/checkout@v4 - run: nix flake lock --update-input "${{ inputs.input_to_update }}" shell: bash - - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file + - run: | + attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY + attic use skynet-cache + attic watch-store skynet-cache & + shell: bash + - run: colmena build + shell: bash + #- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file