From 55439d23adc468d4a24d44831e44f4c6ab2c6ee9 Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Wed, 17 Jun 2026 11:26:20 +0200 Subject: [PATCH] fix: init pacman keys and silence curl download --- build-pkg/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-pkg/action.yml b/build-pkg/action.yml index e72e48e..5ca44f5 100644 --- a/build-pkg/action.yml +++ b/build-pkg/action.yml @@ -20,7 +20,8 @@ runs: name: Install build tools run: | echo "##[group]Installing dependencies" - curl https://git.cgj.es/api/packages/archpkgs/arch/repository.key | pacman-key --add - + curl -s https://git.cgj.es/api/packages/archpkgs/arch/repository.key | pacman-key --add - + pacman-key --init pacman-key --lsign-key 'archpkgs@noreply.git.cgj.es' cat >> /etc/pacman.conf <