mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
Merge pull request #6 from xcvbn23/feat/do-a-shallow-clone-instead-of-cloning-a-branches-whole-history
feat: do a shallow clone instead of cloning a branches whole history
This commit is contained in:
commit
79913e78cc
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