From 9baefba91109d11d7fc0b6dbd99195bedbb883c7 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 10:36:12 -0500 Subject: [PATCH] don't auto-select wsl-bash --- .github/workflows/ant.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 3c3c906..3b507b3 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -7,9 +7,6 @@ jobs: nsis: runs-on: windows-latest - defaults: - run: - shell: wsl-bash {0} steps: - uses: Vampire/setup-wsl@v3 with: @@ -19,8 +16,8 @@ jobs: 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: wsl-bash apt-get update + - run: wsl-bash apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -70,9 +67,6 @@ jobs: buildzip: runs-on: windows-latest - defaults: - run: - shell: wsl-bash {0} steps: - uses: Vampire/setup-wsl@v3 with: @@ -82,8 +76,8 @@ jobs: 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: wsl-bash apt-get update + - run: wsl-bash apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - name: Set up JDK 21 uses: actions/setup-java@v4 with: