Fix build

This commit is contained in:
2025-08-31 00:40:56 -05:00
parent 60e993fafc
commit 700cb81f24
2 changed files with 4 additions and 3 deletions

View File

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