V-Sekai / godot-whisper

An GDExtension addon for the Godot Engine that enables realtime audio transcription, supports OpenCL for most platforms, Metal for Apple devices, and runs on a separate thread.
MIT License
48 stars 5 forks source link

Windows build started to fail #50

Closed Ughuuu closed 4 months ago

Ughuuu commented 4 months ago

Nothing was changed, yet windows build fails:

https://github.com/V-Sekai/godot-whisper/actions/runs/7975545073

It seems to build sample of CBLast even though we disabled that.

Ughuuu commented 4 months ago

Added DOPENCL_SDK_BUILD_SAMPLES=OFF and seems to fix it.