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:
Mexit 2024-05-05 17:46:05 +02:00 committed by GitHub
commit 79913e78cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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