From 023efb61250b8f0abf3c5223e145c23d7a4d0cfa Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Tue, 10 Dec 2024 15:37:33 +0000 Subject: [PATCH] [WIP]testing --- .github/workflows/build-git-installers.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index d3ce5a31433b76..ff55c8f1d72e32 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -72,6 +72,20 @@ jobs: HOME: "${{github.workspace}}\\home" USERPROFILE: "${{github.workspace}}\\home" steps: + - name: TEST + shell: cmd + run: | + dir "C:\Program Files\Git" + dir "C:\Program Files\Git\bin" + dir "C:\Program Files\Git\cmd" + echo git: + where git + echo. + echo bash: + where bash + echo. + echo PATH: + echo %PATH% - name: Configure user shell: bash run: @@ -195,6 +209,7 @@ jobs: - name: Clone build-extra shell: bash run: | + which git git clone --filter=blob:none --single-branch -b main https://github.com/git-for-windows/build-extra /usr/src/build-extra - name: Prepare home directory for code-signing env: