Merge pull request 'reduce eval worker' (#941) from ci into main
Some checks are pending
checks / checks (push) Waiting to run
checks / check-links (push) Waiting to run
checks / checks-impure (push) Waiting to run

Reviewed-on: #941
This commit is contained in:
Mic92 2024-03-12 16:34:24 +00:00
commit c8ba2e9721

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: