use choco to install wget

This commit is contained in:
eyedeekay
2024-02-20 15:13:55 -05:00
parent 07aed0ab00
commit 936966ee4c

View File

@ -82,7 +82,6 @@ jobs:
- uses: actions/checkout@v4
- run: wsl apt-get update
- run: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- run: choco install wget
- name: Set up JDK 21
uses: actions/setup-java@v4
with: