From 394783d3d426a36537a12b18cc1dda2238407c9b Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Wed, 17 Jun 2026 10:22:53 +0200 Subject: [PATCH] feat: can now use packages from archpkgs repo --- build-pkg/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-pkg/action.yml b/build-pkg/action.yml index 890781b..e72e48e 100644 --- a/build-pkg/action.yml +++ b/build-pkg/action.yml @@ -20,6 +20,13 @@ runs: name: Install build tools run: | echo "##[group]Installing dependencies" + curl https://git.cgj.es/api/packages/archpkgs/arch/repository.key | pacman-key --add - + pacman-key --lsign-key 'archpkgs@noreply.git.cgj.es' + cat >> /etc/pacman.conf <