disable actions caching for now and increase runner concurrency

This commit is contained in:
fuckwit 2025-01-12 18:20:54 +01:00
parent 4e47e87075
commit 6289bf15d9

View File

@ -241,14 +241,10 @@ in {
labels = [ labels = [
"ubuntu-latest:docker://node:16-bullseye" "ubuntu-latest:docker://node:16-bullseye"
]; ];
# hostPackages = with pkgs; [ settings = {
# bash runner.capacity = 5;
# coreutils cache.enabled = false;
# curl };
# wget
# gnused
# gitMinimal
# ];
}; };
}; };