Skip to content

Commit

Permalink
Update pristine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jww3 authored May 3, 2024
1 parent 4bff4d7 commit d9d8883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pristine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
run: |
which git || echo "::warning::git does not appear to be installed"
git --version || echo "::warning::could not determine installed version of git"
- name: "Update apt"
- name: "Configure apt"
run: |
apt update
apt-get install wget -y
apt-get install software-properties-common -y
add-apt-repository ppa:git-core/ppa
apt update
Expand Down

0 comments on commit d9d8883

Please sign in to comment.