From 07aed0ab0052c3cd3c6025306a69ea9193bbcd44 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 14:52:22 -0500 Subject: [PATCH] use choco to install wget --- .github/workflows/ant.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index f129d77..1ad5895 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -82,13 +82,14 @@ 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: java-version: '21' distribution: 'temurin' - name: build with script - run: wsl-bash -c "./buildscripts/zip.sh; ls *.zip" + run: bash -c "./buildscripts/zip.sh; ls *.zip" - name: Upload I2P-windows-portable-${{ github.sha }}.zip uses: actions/upload-artifact@v4 with: