mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 06:01:50 -05:00
We aren't using nsis-pluginapi
This commit is contained in:
parent
2beb061e7d
commit
f0b70bf5f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Set up WSL
|
||||
run: |
|
||||
sudo apt-get update -q
|
||||
sudo apt-get install -qy curl make mingw-w64-x86-64-dev nsis nsis-pluginapi p7zip-full upx-ucl unzip
|
||||
sudo apt-get install -qy curl make mingw-w64-x86-64-dev nsis p7zip-full upx-ucl unzip
|
||||
./build/fix-nsis.sh
|
||||
|
||||
- name: Set up Visual Studio
|
||||
|
|
Loading…
Reference in a new issue