cleanup packages.cmake & extend NSIS plugin directory

This commit is contained in:
Paulchen Panther
2020-10-24 18:58:02 +02:00
parent 4d37409d62
commit 1910d359bc
7 changed files with 13 additions and 26 deletions

View File

@@ -149,13 +149,8 @@ jobs:
with:
python-version: '3.x'
- name: Install NSIS & copy plugins
run: |
choco install --no-progress nsis -y
copy "cmake\nsis\template\*.dll" "C:\Program Files (x86)\NSIS\Plugins\x86-ansi\"
- name: Install OpenSSL
run: choco install --no-progress openssl -y
- name: Install OpenSSL & NSIS
run: choco install --no-progress openssl nsis -y
- name: Set up x64 build architecture environment
shell: cmd

View File

@@ -113,13 +113,8 @@ jobs:
with:
python-version: '3.x'
- name: Install NSIS & copy plugins
run: |
choco install --no-progress nsis -y
copy "cmake\nsis\template\*.dll" "C:\Program Files (x86)\NSIS\Plugins\x86-ansi\"
- name: Install OpenSSL
run: choco install --no-progress openssl -y
- name: Install OpenSSL & NSIS
run: choco install --no-progress openssl nsis -y
- name: Set up x64 build architecture environment
shell: cmd