Use 2 cores in CI

This commit is contained in:
fosslinux 2023-04-10 15:34:54 +10:00
parent d98f97e214
commit 49045dec0f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
key: cache-${{ hashFiles('sys*/*/sources') }}
- name: Run bootstrap
id: bootstrap
run: ./rootfs.py --bwrap --external-sources --preserve
run: ./rootfs.py --bwrap --external-sources --preserve --cores 2
- name: Archive created packages
if: steps.bootstrap.conclusion == 'success'
uses: actions/upload-artifact@v3