From d73832f1f6bc7d0f82aae2dc4b0fb63197682fbf Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 18:12:36 -0500 Subject: [PATCH] dos2unix everything in wsl --- .github/workflows/ant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index c494f0c..852b535 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,7 +16,7 @@ jobs: distribution: Ubuntu-20.04 - 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 dos2unix {} \; + - run: find . -name *.sh -exec unix2dos {} \; - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 @@ -76,7 +76,7 @@ jobs: distribution: Ubuntu-20.04 - 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 dos2unix {} \; + - run: find . -name *.sh -exec unix2dos {} \; - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4