From 292b3a4c52866a905724e3a7fe74d6ac8cbf57ec Mon Sep 17 00:00:00 2001 From: Jake Hicks Date: Thu, 25 Apr 2024 21:05:33 -0500 Subject: [PATCH] update git first --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91f8e66..8a458f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,8 +26,6 @@ jobs: image: ghcr.io/actions/actions-runner:2.316.0 options: --user 0 steps: - - name: "Print git --version" - run: git --version - name: "Update git" run: | add-apt-repository ppa:git-core/ppa -y @@ -54,8 +52,6 @@ jobs: image: ghcr.io/actions/actions-runner:2.316.0 options: --user 0 steps: - - name: "Print git --version" - run: git --version - name: "Update git" run: | add-apt-repository ppa:git-core/ppa -y