stable NSIS

This commit is contained in:
Jindra Petřík
2024-05-26 12:32:34 +02:00
parent 1e0845fb10
commit 4532c232c8

View File

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