Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autobuild: Ensure JACK install completion
Previously, the JACK installers were started as ordinary programs. As they are GUI applications, they detach from the console and the powershell build script (and Github Actions) continues. Therefore, once the actual build starts, the JACK installation may not have finished at all. This commit uses Powershell's Start-Process -Wait feature to wait for completion before continuing. Fixes: #3035
- Loading branch information