From f76619837c1ae7aec362bc59101467109d5077ec Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Fri, 3 May 2024 17:06:05 +0200 Subject: [PATCH] Update pristine.yml --- .github/workflows/pristine.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pristine.yml b/.github/workflows/pristine.yml index 53d74c5..8a66add 100644 --- a/.github/workflows/pristine.yml +++ b/.github/workflows/pristine.yml @@ -17,8 +17,10 @@ jobs: git --version || echo "::warning::could not determine installed version of git" - name: "Update apt" run: | + apt update apt-get install software-properties-common add-apt-repository ppa:git-core/ppa + # apt-get install wget -y apt update - name: "Install GH CLI" run: |