From 4547cde4beb376778ccc5f0eafbba7c5e2db4840 Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Fri, 3 May 2024 16:54:40 +0200 Subject: [PATCH] Update pristine.yml --- .github/workflows/pristine.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pristine.yml b/.github/workflows/pristine.yml index 5f52332..5166b46 100644 --- a/.github/workflows/pristine.yml +++ b/.github/workflows/pristine.yml @@ -22,6 +22,7 @@ jobs: wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null + add-apt-repository ppa:git-core/ppa apt update apt install gh -y apt show gh