Downloading older NSIS version 3.08-2

This commit is contained in:
Jindra Petřík
2025-04-05 15:54:52 +02:00
parent 03deb6e202
commit d6db925f89

View File

@@ -47,8 +47,11 @@ jobs:
apt install -y -qq php
- name: Set up NSis
run: |
apt-get -y update
apt-get -y install nsis=3.08-3
#we need the specific version - 3.0.8 as this version seems to not be flagged by AVs
wget http://archive.ubuntu.com/ubuntu/pool/universe/n/nsis/nsis-common_3.08-2_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/n/nsis/nsis_3.08-2_amd64.deb
dpkg -i nsis-common_3.08-2_all.deb
dpkg -i nsis_3.08-2_amd64.deb
makensis -VERSION
- name: Set up ant
run: |