don't auto-select wsl-bash

This commit is contained in:
eyedeekay
2024-02-20 10:36:12 -05:00
parent f48d8017c5
commit 9baefba911

View File

@@ -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: