call wsl not wsl-bash when using apt-get

This commit is contained in:
eyedeekay
2024-02-20 10:39:44 -05:00
parent 9baefba911
commit ab7b24bb0d

View File

@ -16,8 +16,8 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- run: wsl-bash apt-get update
- run: wsl-bash apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- run: wsl apt-get update
- run: wsl 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:
@ -76,8 +76,8 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- run: wsl-bash apt-get update
- run: wsl-bash apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- run: wsl apt-get update
- run: wsl 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: