mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-25 23:39:52 +03:00
feat: do a shallow clone instead of cloning a branches whole history
This commit is contained in:
parent
f74a9ee81f
commit
86daaee7ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
dosfstools grub-efi
|
||||
|
||||
- name: Download aports
|
||||
run: git clone --single-branch https://gitlab.alpinelinux.org/alpine/aports.git
|
||||
run: git clone --depth=1 https://gitlab.alpinelinux.org/alpine/aports.git
|
||||
|
||||
- name: Configure build keys
|
||||
run: echo | abuild-keygen -i -a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue