fixup
Some checks failed
Gentoo Utils / gentoo-utils (push) Failing after 25s

This commit is contained in:
2025-12-13 02:21:15 +00:00
parent dee5456907
commit 7c428a4286

View File

@@ -20,11 +20,11 @@ jobs:
- name: emerge git
run: |
emerge dev-vcs/git
emerge --getbinpkg dev-vcs/git
- name: checkout repo
run: |
git clone --depth=1 https://git.epenguin.net/gentoo-utils/gentoo-utils-gitea gentoo-utils
git clone https://git.epenguin.net/gentoo-utils/gentoo-utils-gitea gentoo-utils
cd gentoo-utils
git checkout ${{ gitea.sha }}