force unix line endings

This commit is contained in:
eyedeekay
2024-02-19 19:02:43 -05:00
parent 8be149e02f
commit 5e26057f9c

View File

@@ -14,10 +14,14 @@ jobs:
- uses: Vampire/setup-wsl@v3
with:
distribution: Ubuntu-20.04
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- run: apt-get update
- run: apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- run: find . -name *.sh -exec unix2dos {} \;
- run: find . -name *.sh -exec dos2unix {} \;
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
@@ -74,10 +78,14 @@ jobs:
- uses: Vampire/setup-wsl@v3
with:
distribution: Ubuntu-20.04
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- run: apt-get update
- run: apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- run: find . -name *.sh -exec unix2dos {} \;
- run: find . -name *.sh -exec dos2unix {} \;
- name: Set up JDK 21
uses: actions/setup-java@v4
with: