From fcc19e95ec658193c86c315df7d2a6e0721e295d 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index d3ce5a31433b76..48f9438741d4f3 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -72,6 +72,21 @@ 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" + type %TEMP%\git-install.log + echo git: + where git + echo. + echo bash: + where bash + echo. + echo PATH: + echo %PATH% - name: Configure user shell: bash run: @@ -195,6 +210,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: