From abf30f89f235da4cd51a0e6728453fac72d20aed Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:16:33 +0200 Subject: [PATCH] Update pristine.yml --- .github/workflows/pristine.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pristine.yml b/.github/workflows/pristine.yml index 0292bc5..4fccc4a 100644 --- a/.github/workflows/pristine.yml +++ b/.github/workflows/pristine.yml @@ -19,6 +19,7 @@ jobs: run: | apt-get update apt-get install gh -y + apt show gh - name: "Print git --version" run: | which git || echo "::warning::git does not appear to be installed"