mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Use 2 cores in CI
This commit is contained in:
parent
d98f97e214
commit
49045dec0f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bwrap.yml
vendored
2
.github/workflows/bwrap.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue