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
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:
parent
c893edf5b9
commit
3fd70395b5
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -42,9 +42,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- name: Check Nix flake inputs
|
- name: Setup Action cache for nix
|
||||||
uses: DeterminateSystems/flake-checker-action@v4 # This action
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
with:
|
with:
|
||||||
fail-mode: true
|
fail-mode: true
|
||||||
|
- name: Check Nix flake inputs
|
||||||
|
uses: DeterminateSystems/flake-checker-action@v4 # This action
|
||||||
- name: Build nvim
|
- name: Build nvim
|
||||||
run: nix build .\#default
|
run: nix build .\#default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user