Skip to content

Commit e11d7e4

Browse files
authored
Update pristine.yml
1 parent d53b764 commit e11d7e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pristine.yml

+6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ jobs:
1515
run: |
1616
which git || echo "::warning::git does not appear to be installed"
1717
git --version || echo "::warning::could not determine installed version of git"
18+
- name: "Update apt"
19+
run: |
20+
apt-get install software-properties-common
21+
add-apt-repository ppa:git-core/ppa
22+
apt update
1823
- name: "Install GH CLI"
1924
run: |
2025
mkdir -p -m 755 /etc/apt/keyrings
26+
apt-get install wget -y
2127
wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null
2228
chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg
2329
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

0 commit comments

Comments
 (0)