NSIS 3.09

This commit is contained in:
Jindra Petřík
2024-05-26 12:23:35 +02:00
parent a89a13f02c
commit 1e0845fb10

View File

@@ -45,7 +45,7 @@ jobs:
- name: Set up NSis
run: |
apt-get -y update
apt-get -y install nsis
apt-get -y install nsis=3.09-4
makensis -VERSION
- name: Set up ant
run: |