From a7ae0ec8f7a5bc983e4673f0d3899ff79c360069 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 17:17:26 -0500 Subject: [PATCH] dos2unix everything in wsl --- .github/workflows/ant.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index f69683c..c494f0c 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,6 +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 {} \; - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 @@ -73,9 +74,9 @@ jobs: - uses: Vampire/setup-wsl@v3 with: distribution: Ubuntu-20.04 - - run: | - apt-get update - apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext + - 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 {} \; - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4