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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows build started to fail

Ughuuu opened this issue · comments

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.

Added DOPENCL_SDK_BUILD_SAMPLES=OFF and seems to fix it.