Skip to content

Commit 4bff4d7

Browse files
authored
Update pristine.yml
1 parent c13c6a9 commit 4bff4d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pristine.yml

-5
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,13 @@ jobs:
2020
apt update
2121
apt-get install software-properties-common -y
2222
add-apt-repository ppa:git-core/ppa
23-
# apt-get install wget -y
2423
apt update
2524
- name: "Install GH CLI"
2625
run: |
2726
mkdir -p -m 755 /etc/apt/keyrings
28-
apt-get install wget -y
2927
wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null
3028
chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg
3129
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
32-
apt-get install software-properties-common
33-
add-apt-repository ppa:git-core/ppa
34-
apt update
3530
apt install gh -y
3631
apt show gh
3732
- name: "Print git --version"

0 commit comments

Comments
 (0)