From bdf8715ce5f644f56755685d9a29ec9c25629f78 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 16:41:58 -0500 Subject: [PATCH] fix syntax error on nsis target --- .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 32fc1ab..f69683c 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -15,7 +15,7 @@ jobs: with: distribution: Ubuntu-20.04 - run: apt-get update - - run: apt-get -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext + - run: apt-get install -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