fix: init pacman keys and silence curl download
This commit is contained in:
parent
394783d3d4
commit
55439d23ad
1 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue