stable NSIS

This commit is contained in:
Jindra Petřík
2024-05-26 12:15:05 +02:00
parent 5b01977097
commit a89a13f02c

View File

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