Skip to content

Commit d53b764

Browse files
authored
Update pristine.yml
1 parent 4547cde commit d53b764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pristine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
git --version || echo "::warning::could not determine installed version of git"
1818
- name: "Install GH CLI"
1919
run: |
20-
(type -p wget >/dev/null || (apt update && apt-get install wget -y))
2120
mkdir -p -m 755 /etc/apt/keyrings
2221
wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null
2322
chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg
2423
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
24+
apt-get install software-properties-common
2525
add-apt-repository ppa:git-core/ppa
2626
apt update
2727
apt install gh -y

0 commit comments

Comments
 (0)