fix(ci/update): Drop cache action
It's useless for just updating nix flake inputs
This commit is contained in:
parent
83dab209c0
commit
c886aca5d4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -12,8 +12,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
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
|
|
||||||
|
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
id: update
|
id: update
|
||||||
|
|
Loading…
Reference in a new issue