disable actions caching for now and increase runner concurrency
This commit is contained in:
parent
4e47e87075
commit
6289bf15d9
@ -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
|
|
||||||
# ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user