From 49d56aaa094bedcfac3b5b275526aec58d08e729 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 18:05:58 -0500 Subject: [PATCH] fix(ci): dont shallow clone --- .github/workflows/aur.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 3874b2e..1332733 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -14,6 +14,8 @@ jobs: - run: pacman -Sy --noconfirm openssh git - uses: actions/checkout@v4 + with: + fetch-depth: 0 - run: | useradd -m builder