Skip to content

Commit

Permalink
[WIP]testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcheetham committed Dec 11, 2024
1 parent 30ac0f3 commit fcc19e9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit fcc19e9

Please sign in to comment.