From 5c91612f906d7cfee0c41c66c462bd3afc97e5c4 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 16:32:10 -0500 Subject: [PATCH] try and fix nsis target --- .github/workflows/ant.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 87cb41f..787dd49 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -14,9 +14,8 @@ jobs: - uses: Vampire/setup-wsl@v3 with: distribution: Ubuntu-20.04 - - run: | - apt-get update - apt-get -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext + - run: apt-get update + - run: apt-get -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4