fix(ci/check): Add missing lines for action cache
All checks were successful
Perform checks / formatting (pull_request) Successful in 40s
Perform checks / nix_flake_check (pull_request) Successful in 47s
Perform checks / nix_build (pull_request) Successful in 2m54s
Perform checks / formatting (push) Successful in 39s
Perform checks / nix_flake_check (push) Successful in 46s
Perform checks / nix_build (push) Successful in 3m3s

This commit is contained in:
Jiří Štefka 2024-11-29 03:57:09 +01:00
parent c893edf5b9
commit 3fd70395b5
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -42,9 +42,11 @@ jobs:
- uses: actions/checkout@v4
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
- name: Setup Action cache for nix
uses: DeterminateSystems/magic-nix-cache-action@main
with:
fail-mode: true
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
- name: Build nvim
run: nix build .\#default