From 371428e03c8b8656e9cb81439facd0ba95130c61 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 1 Feb 2024 17:04:58 -0500 Subject: [PATCH] install nsis in CI --- .github/workflows/ant.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 206b648..d3d822d 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -18,6 +18,8 @@ jobs: distribution: 'temurin' - name: install wsl run: wsl --install + - name: install makensis + run: wsl apt install nsis* - name: change config run: | bash -c "echo '' >> config.sh"