Skip to content

Commit a4abe4f

Browse files
committed
Fix CI
1 parent 92ed645 commit a4abe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bwrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Copy distfiles
9999
run: ./download-distfiles.sh file:///${PWD}/mirror
100100
- name: Run bootstrap
101-
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass2
101+
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci pass2 --mirror file://${PWD}/mirror
102102
- name: Archive created packages
103103
if: failure() # archive failed builds progress
104104
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)