stable NSIS

This commit is contained in:
Jindra Petřík
2024-05-26 12:13:54 +02:00
parent 8138ccca0d
commit 5b01977097

View File

@@ -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: |