Skip to content

Commit d9d8883

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pristine.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ 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"
18+
- name: "Configure apt"
1919
run: |
2020
apt update
21+
apt-get install wget -y
2122
apt-get install software-properties-common -y
2223
add-apt-repository ppa:git-core/ppa
2324
apt update

0 commit comments

Comments
 (0)