1
0
forked from clan/clan-core

reduce eval worker

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: