File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,13 @@ jobs:
20
20
apt update
21
21
apt-get install software-properties-common -y
22
22
add-apt-repository ppa:git-core/ppa
23
- # apt-get install wget -y
24
23
apt update
25
24
- name : " Install GH CLI"
26
25
run : |
27
26
mkdir -p -m 755 /etc/apt/keyrings
28
- apt-get install wget -y
29
27
wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null
30
28
chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg
31
29
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
35
30
apt install gh -y
36
31
apt show gh
37
32
- name : " Print git --version"
You can’t perform that action at this time.
0 commit comments