From 6f90821bf03edb27f154999087343dc7241b54fe Mon Sep 17 00:00:00 2001 From: "Fotis Koutoulakis (@NlightNFotis)" Date: Tue, 3 Dec 2024 18:07:32 +0000 Subject: [PATCH] ci: install gpg and readline --- .github/workflows/__test-proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index 125097d2da..e02966eca0 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -51,7 +51,7 @@ jobs: - name: Set up GitHub CLI run: | apt update - apt install -y curl + apt install -y curl readline gnupg2 curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg apt-key add /usr/share/keyrings/githubcli-archive-keyring.gpg apt-add-repository https://cli.github.com/packages