From 97716fa0c8a73414c496af727bd5a41799f58c32 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:13:46 -0500 Subject: [PATCH] fix aur build --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ef8a93ca..cb4d6769 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -217,7 +217,7 @@ jobs: mv ./build/PKGBUILD ./artifacts/ - name: Validate package - uses: hapakaien/archlinux-package-action@v2.2.0 + uses: LizardByte/archlinux-package-action@master with: path: artifacts flags: '--syncdeps --noconfirm'