Fix cache miss in CI
Compare changes
Files
3+ 10
− 5
@@ -4,11 +4,12 @@
@@ -18,16 +19,20 @@ default:
@@ -54,7 +59,7 @@ default:
The problem is probably due to a "corrupted" store state.
To fix this, the store will only be cached during the nix-cache
job.
Also, crane
will be used instead of naersk
, due to lack of maintenance and better dependency handling.