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