Copy all Git dir
This commit is contained in:
parent
4c23ac3c02
commit
3d8580eee2
|
@ -22,12 +22,8 @@ jobs:
|
|||
run: |
|
||||
echo "$SHELL"
|
||||
echo "***************************** C:\\Program Files\\Git\\bin"
|
||||
mkdir $HOME/usr
|
||||
cp -a C:/'Program Files'/Git/usr/bin $HOME/usr
|
||||
cp -a C:/'Program Files'/Git/bin $HOME
|
||||
ls C:/'Program Files'/Git/bin
|
||||
echo "***************************** "
|
||||
ls C:/'Program Files'/Git/usr/bin
|
||||
cp -a C:/'Program Files'/Git $HOME
|
||||
ls C:/'Program Files'/Git
|
||||
- name: Setup python 3.12
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
|
|
|
@ -22,7 +22,7 @@ class WinBashConfigInfo(ConfigInfo):
|
|||
@property
|
||||
def configure_wrapper(self):
|
||||
# yield "C:\\msys64\\usr\\bin\\bash.iexe"
|
||||
yield str(Path.home() / "bin" / "bash.exe")
|
||||
yield str(Path.home() / "Git" / "bin" / "bash.exe")
|
||||
|
||||
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
|
||||
|
|
Loading…
Reference in New Issue