Fix build

This commit is contained in:
2025-08-31 00:36:12 -05:00
parent 52adc41974
commit 60e993fafc

View File

@@ -16,7 +16,7 @@ jobs:
interpreter: !DefaultInterpreter
commands: |
apt update -y
apt install -y makensis cmake g++-mingw-w64-i686-win32 make
apt install -y nsis cmake g++-mingw-w64-i686-win32 make
bash Packaging/Windows/build.sh
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL