fix: init pacman keys and silence curl download

This commit is contained in:
Carlos Galindo 2026-06-17 11:26:20 +02:00
commit 55439d23ad

View file

@ -20,7 +20,8 @@ runs:
name: Install build tools name: Install build tools
run: | run: |
echo "##[group]Installing dependencies" 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' pacman-key --lsign-key 'archpkgs@noreply.git.cgj.es'
cat >> /etc/pacman.conf <<EOF cat >> /etc/pacman.conf <<EOF
[archpkgs.git.cgj.es] [archpkgs.git.cgj.es]