From 8138ccca0d51c46dcd26b14374b97d76edc5c707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 26 May 2024 12:10:54 +0200 Subject: [PATCH] NSIS 3.09-3 --- .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 945bdf69d..c2d1546f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: run: | bash -c 'echo "deb http://ftp.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list.d/unstable.list' apt-get -y update - apt-get -y install -t unstable nsis=3.09 + apt-get -y install -t unstable nsis=3.09-3 makensis -VERSION - name: Set up ant run: |