We aren't using nsis-pluginapi

This commit is contained in:
Adam Demasi 2024-12-11 16:31:48 +10:30
parent 2beb061e7d
commit f0b70bf5f1
No known key found for this signature in database
GPG key ID: 5D3B26B3D58C7D91

View file

@ -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