From d9d88837c3f92150dc4680166114029fbe586ff3 Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Fri, 3 May 2024 17:12:54 +0200 Subject: [PATCH] Update pristine.yml --- .github/workflows/pristine.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pristine.yml b/.github/workflows/pristine.yml index 889789e..cde0f07 100644 --- a/.github/workflows/pristine.yml +++ b/.github/workflows/pristine.yml @@ -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