From ef99328eedcfa066171b6b15a11a2a399e1deb16 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 16:04:06 -0500 Subject: [PATCH] add zip to wsl env in buildzip --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index d8469ad..518d98d 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -81,7 +81,7 @@ jobs: git config --global user.name "eyedeekay Github CI Build" - 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: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext zip - name: Set up JDK 21 uses: actions/setup-java@v4 with: