whisper.cpp/.github/workflows
Daniel Bevenius 485ece6725
ci : use ninja and fix caching for windows-cublas (#2910)
This commit updates the windows-cublas job to use Ninja as the build
system instead of msbuild/msvc.

The motivation for this is that msbuild/mscv does not seem to handle
ccache/sccache well, for example it ignores the
`CMAKE_C_COMPILER_LAUNCHER` etc. variables. But using Ninja as the build
caching works and the build is initially the same speed as it is
currently (without caching) subsequently builds are much faster.

Refs: https://github.com/ggerganov/whisper.cpp/issues/2781
2025-03-20 17:01:48 +01:00
..
bindings-go.yml ci : use ubuntu-22.04 instead of ubuntu-latest 2025-02-03 22:00:57 +02:00
bindings-ruby.yml ruby : follow audio library change (#2851) 2025-02-28 08:09:02 +02:00
build.yml ci : use ninja and fix caching for windows-cublas (#2910) 2025-03-20 17:01:48 +01:00
docker.yml whisper : restore big endian support (#2816) 2025-02-25 11:38:13 +02:00
examples.yml ci : install git 2025-02-03 22:00:57 +02:00