mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-06 00:25:18 +02:00
solve this stupid thing
This commit is contained in:
parent
46a13095b7
commit
b017550ccf
2 changed files with 18 additions and 0 deletions
|
@ -26,6 +26,15 @@ jobs:
|
|||
with:
|
||||
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
|
||||
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:
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue