force unix line endings
This commit is contained in:
12
.github/workflows/ant.yml
vendored
12
.github/workflows/ant.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user