ci: cache nix-store using nix-community/cache-nix-action #65

Merged
teutat3s merged 2 commits from ci/enable-cache into main 2023-12-13 00:59:09 +00:00
Showing only changes of commit ebc7abf685 - Show all commits

View file

@ -10,10 +10,6 @@ jobs:
- name: Check out repository code
uses: https://code.forgejo.org/actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install --yes zstd jq
- uses: https://github.com/nixbuild/nix-quick-install-action@v26
with:
load_nixConfig: false