### Pre-Report Checks - [x] This is not a Bug Report - [x] This is not a Feature Request - [x] This is not a Support Request - [x] This could not be reported anywhere else (Issue/discussion) ### Description of your report The Automated BUild action fail to build the plugin on Linux. Seems SIMDe is missing somewhere. This seems to be linked to : https://github.com/obsproject/obs-studio/commit/2bd23cd50d786d1c9eb160cbfabb004b327b37fa This also changed between : Last Working: Image: ubuntu-24.04 Version: 20250831.1.0 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1 First non-working: Image: ubuntu-24.04 Version: 20250929.60.1 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250929.60/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250929.60 From @BitRate27 ` This can be fixed by: sudo apt install libsimde-dev before building on Linux` ### I could not report this anywhere else because... Continuous Integration.
Pre-Report Checks
Description of your report
The Automated BUild action fail to build the plugin on Linux.
Seems SIMDe is missing somewhere.
This seems to be linked to : obsproject/obs-studio@2bd23cd
This also changed between :
Last Working:
Image: ubuntu-24.04
Version: 20250831.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1
First non-working:
Image: ubuntu-24.04
Version: 20250929.60.1
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250929.60/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250929.60
From @BitRate27
This can be fixed by: sudo apt install libsimde-dev before building on LinuxI could not report this anywhere else because...
Continuous Integration.