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