Skip to content

Commit f766198

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pristine.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
git --version || echo "::warning::could not determine installed version of git"
1818
- name: "Update apt"
1919
run: |
20+
apt update
2021
apt-get install software-properties-common
2122
add-apt-repository ppa:git-core/ppa
23+
# apt-get install wget -y
2224
apt update
2325
- name: "Install GH CLI"
2426
run: |

0 commit comments

Comments
 (0)