From 5b01977097c6bd94ff64f50eefbb25aeb5bc0f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 26 May 2024 12:13:54 +0200 Subject: [PATCH] stable NSIS --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2d1546f6..9e99b3493 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,9 +44,8 @@ jobs: apt install -y -qq php - name: Set up NSis 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-3 + apt-get -y install nsis=3.08-3 makensis -VERSION - name: Set up ant run: |