From 7c428a4286463ad025ac2cea34e22106c39aee35 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 13 Dec 2025 02:21:15 +0000 Subject: [PATCH] fixup --- .gitea/workflows/gentoo-utils.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index f6dfec7..a0c69b2 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -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 }}