We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29257ee commit 4547cdeCopy full SHA for 4547cde
.github/workflows/pristine.yml
@@ -22,6 +22,7 @@ jobs:
22
wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null
23
chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg
24
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
25
+ add-apt-repository ppa:git-core/ppa
26
apt update
27
apt install gh -y
28
apt show gh
0 commit comments