mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 16:48:22 +00:00
Downloading older NSIS version 3.08-2
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -47,8 +47,11 @@ jobs:
|
||||
apt install -y -qq php
|
||||
- name: Set up NSis
|
||||
run: |
|
||||
apt-get -y update
|
||||
apt-get -y install nsis=3.08-3
|
||||
#we need the specific version - 3.0.8 as this version seems to not be flagged by AVs
|
||||
wget http://archive.ubuntu.com/ubuntu/pool/universe/n/nsis/nsis-common_3.08-2_all.deb
|
||||
wget http://archive.ubuntu.com/ubuntu/pool/universe/n/nsis/nsis_3.08-2_amd64.deb
|
||||
dpkg -i nsis-common_3.08-2_all.deb
|
||||
dpkg -i nsis_3.08-2_amd64.deb
|
||||
makensis -VERSION
|
||||
- name: Set up ant
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user