fix(ci): Remove nix
cache action as it barely works
It takes 11 minutes to cache everything on a otherwise 2 minute job. Nix doesn't even pull from it most of the time.
This commit is contained in:
parent
c886aca5d4
commit
ecdff77e1d
1 changed files with 0 additions and 14 deletions
14
.github/workflows/check.yml
vendored
14
.github/workflows/check.yml
vendored
|
@ -12,10 +12,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- name: Setup Action cache for nix
|
||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
fail-mode: true
|
||||
- name: Check Nix flake inputs
|
||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
||||
- name: Run nix fmt
|
||||
|
@ -27,10 +23,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- name: Setup Action cache for nix
|
||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
fail-mode: true
|
||||
- name: Check Nix flake inputs
|
||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
||||
- name: Run nix flake check
|
||||
|
@ -41,12 +33,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- name: Setup Action cache for nix
|
||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
fail-mode: true
|
||||
- name: Check Nix flake inputs
|
||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
|
||||
- name: Build nvim
|
||||
run: nix build .\#default
|
||||
|
|
Loading…
Reference in a new issue