From 2ba692fff161d4995d3e42fd85cc3c1d7eb013a7 Mon Sep 17 00:00:00 2001 From: "Fotis Koutoulakis (@NlightNFotis)" Date: Tue, 3 Dec 2024 18:41:50 +0000 Subject: [PATCH] ci: install zstd package --- .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 997450369a..6e3a0944ef 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 libreadline8 gnupg2 software-properties-common + apt install -y curl libreadline8 gnupg2 software-properties-common zstd 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