reduce eval worker
All checks were successful
checks / check-links (pull_request) Successful in 20s
checks / checks-impure (pull_request) Successful in 1m50s
checks / checks (pull_request) Successful in 4m13s

This commit is contained in:
Jörg Thalheim 2024-03-12 17:34:04 +01:00
parent 7bcbe67f4d
commit c4642ad041

View File

@ -9,7 +9,7 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 20
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 10
check-links:
runs-on: nix
steps: