mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Fix CI
This commit is contained in:
parent
92ed6453fb
commit
a4abe4f5c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bwrap.yml
vendored
2
.github/workflows/bwrap.yml
vendored
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
- name: Copy distfiles
|
- name: Copy distfiles
|
||||||
run: ./download-distfiles.sh file:///${PWD}/mirror
|
run: ./download-distfiles.sh file:///${PWD}/mirror
|
||||||
- name: Run bootstrap
|
- name: Run bootstrap
|
||||||
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass2
|
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass2 --mirror file://${PWD}/mirror
|
||||||
- name: Archive created packages
|
- name: Archive created packages
|
||||||
if: failure() # archive failed builds progress
|
if: failure() # archive failed builds progress
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue