NSIS 3.09-3

This commit is contained in:
Jindra Petřík
2024-05-26 12:10:54 +02:00
parent 8928d70061
commit 8138ccca0d

View File

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