Skip to content

Commit 03e5138

Browse files
authored
Fix grid client tests workflow GPG key installation (#4490)
1 parent 146821b commit 03e5138

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/grid_client_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
- name: Install Yggdrasil and Add Peers
3737
run: |
3838
sudo apt-get update
39-
sudo apt-get install dirmngr
40-
gpg --fetch-keys https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/key.txt
41-
gpg --export 569130E8CA20FBC4CB3FDE555898470A764B32C9 | sudo apt-key add -
39+
sudo apt-get install -y gnupg jq
40+
curl -fsSL https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/key.txt | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/yggdrasil.gpg
4241
echo 'deb http://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/ debian yggdrasil' | sudo tee /etc/apt/sources.list.d/yggdrasil.list
4342
sudo apt-get update
4443
wget https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.5.4/yggdrasil-0.5.4-amd64.deb

0 commit comments

Comments
 (0)