whisper.cpp/.github/workflows
Daniel Bevenius 9302c060f0
ci : use ccache instead of sccache for windows-cublas [no ci] (#3855)
This commit updates the Install cache step to use ggml-org/ccache-action
and switched to use ccache instead of sccache.

The motivation for switching to ccache is that this is what llama.cpp
does and also there is an issue with later version of sscache:
```console

    sccache C:\PROGRA~1\NVIDIA~1\CUDA\v\bin\nvcc.exe -forward-unknown-to-host-compiler -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_CUDA_PEER_MAX_BATCH_SIZE=128 -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -D_CRT_SECURE_NO_WARNINGS -D_XOPEN_SOURCE=600 -Dggml_cuda_EXPORTS -DCMAKE_INTDIR=\"Release\" -ID:\a\whisper.cpp\whisper.cpp\ggml\src\ggml-cuda\.. -ID:\a\whisper.cpp\whisper.cpp\ggml\src\..\include -isystem "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v\include" -Xcompiler="-MD -O2 -Ob2" -DNDEBUG -std=c++17 -arch=native -use_fast_math -extended-lambda -Xcompiler /Zc:preprocessor -MD -MT ggml\src\ggml-cuda\CMakeFiles\ggml-cuda.dir\Release\allreduce.cu.obj -MF ggml\src\ggml-cuda\CMakeFiles\ggml-cuda.dir\Release\allreduce.cu.obj.d -x cu -c D:\a\whisper.cpp\whisper.cpp\ggml\src\ggml-cuda\allreduce.cu -o ggml\src\ggml-cuda\CMakeFiles\ggml-cuda.dir\Release\allreduce.cu.obj -Xcompiler=-Fdggml\src\ggml-cuda\CMakeFiles\ggml-cuda.dir\Release\,-FS

    sccache: encountered fatal error

    sccache: error: Could not parse shell line

    sccache: caused by: Could not parse shell line

    ```
```
2026-06-04 11:37:22 +02:00
..
bindings-go.yml ci : fix include paths for bindings-go job [no ci] (#3835) 2026-05-28 14:53:34 +02:00
bindings-ruby.yml ci : add on push/pull_request paths ruby job (#3833) 2026-05-28 14:41:48 +02:00
build-android.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-clang.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-coreml.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-cpu.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-freebsd.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-gcc.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-macos.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-quantize.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-sanitize.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-self-hosted.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-sycl.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-vad.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-wasm.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
build-windows.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
docker.yml ci : only publish/push docker images daily (#3854) 2026-06-04 10:30:48 +02:00
examples-wasm.yml chore: Update outdated GitHub Actions versions (#3646) 2026-02-09 12:32:46 +02:00
examples.yml ci : refactor + optimize (#3847) 2026-06-04 09:35:58 +03:00
release.yml ci : use ccache instead of sccache for windows-cublas [no ci] (#3855) 2026-06-04 11:37:22 +02:00