mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 21:58:09 +00:00
Back to newest nsis
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -47,13 +47,15 @@ jobs:
|
||||
apt install -y -qq php
|
||||
- name: Set up NSis
|
||||
run: |
|
||||
apt install -y -qq wget
|
||||
#apt install -y -qq wget
|
||||
#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
|
||||
#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
|
||||
apt-get -y update
|
||||
apt-get -y install nsis
|
||||
makensis -VERSION
|
||||
- name: Set up ant
|
||||
run: |
|
||||
apt install -y -qq ant
|
||||
|
||||
Reference in New Issue
Block a user