commit: 49045dec0fcd1fd934ed01a17aedab5a0df249b9
parent d98f97e21413efc32c770d0356f1feda66025686
Author: fosslinux <fosslinux@aussies.space>
Date: Mon, 10 Apr 2023 15:34:54 +1000
Use 2 cores in CI
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/bwrap.yml b/.github/workflows/bwrap.yml
@@ -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