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 <