From a89a13f02c53a336cfb3311b69bf0aeaf9cfa87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 26 May 2024 12:15:05 +0200 Subject: [PATCH] stable NSIS --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e99b3493..c1be17f2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Set up NSis run: | apt-get -y update - apt-get -y install nsis=3.08-3 + apt-get -y install nsis makensis -VERSION - name: Set up ant run: |