solve this stupid thing
This commit is contained in:
parent
46a13095b7
commit
b017550ccf
@ -26,6 +26,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
|
### on Windows Git will auto change line ending to CRLF, not preferable
|
||||||
|
- name: Ensure LF line ending
|
||||||
|
shell: cmd
|
||||||
|
working-directory: ${{ github.workspace }}
|
||||||
|
run: |
|
||||||
|
git config --local core.autocrlf false
|
||||||
|
git config --system core.autocrlf false
|
||||||
|
git config --global core.autocrlf false
|
||||||
|
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
9
.github/workflows/migrate_gse-build-win.yml
vendored
9
.github/workflows/migrate_gse-build-win.yml
vendored
@ -26,6 +26,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
|
### on Windows Git will auto change line ending to CRLF, not preferable
|
||||||
|
- name: Ensure LF line ending
|
||||||
|
shell: cmd
|
||||||
|
working-directory: ${{ github.workspace }}
|
||||||
|
run: |
|
||||||
|
git config --local core.autocrlf false
|
||||||
|
git config --system core.autocrlf false
|
||||||
|
git config --global core.autocrlf false
|
||||||
|
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user