mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
actions: adjust parallelism to maybe make it work better
This commit is contained in:
parent
c3e6e964fc
commit
d2bebade43
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -21,7 +21,8 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
extra_nix_config: |
|
||||
max-jobs = 1
|
||||
max-jobs = 2
|
||||
cores = 2
|
||||
extra-platforms = aarch64-linux
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
- uses: cachix/cachix-action@v12
|
||||
|
@ -41,4 +42,4 @@ jobs:
|
|||
with:
|
||||
root-attribute: '${{ matrix.distro }}'
|
||||
system: '${{ matrix.system }}'
|
||||
parallelism: 4
|
||||
parallelism: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue