From 936966ee4cb819796f38ca1e99f2dd18fa338294 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 15:13:55 -0500 Subject: [PATCH] use choco to install wget --- .github/workflows/ant.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 1ad5895..d8469ad 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -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: