ruby : follow audio library change (#2851)

* Enable CPU

* Follow audio lib change
This commit is contained in:
KITAITI Makoto
2025-02-28 15:09:02 +09:00
committed by GitHub
parent 339a1cba5d
commit c42f67e2d2
3 changed files with 20 additions and 84 deletions

View File

@@ -19,7 +19,12 @@ on:
- ggml/**/*.m
- ggml/**/*.metal
- scripts/get-flags.mk
- examples/dr_wav.h
- examples/common.h
- examples/common.cpp
- examples/common-whisper.h
- examples/common-whisper.cpp
- examples/stb_vorbis.c
- examples/miniaudio.h
pull_request:
paths:
- bindings/ruby/**
@@ -39,7 +44,12 @@ on:
- ggml/**/*.m
- ggml/**/*.metal
- scripts/get-flags.mk
- examples/dr_wav.h
- examples/common.h
- examples/common.cpp
- examples/common-whisper.h
- examples/common-whisper.cpp
- examples/stb_vorbis.c
- examples/miniaudio.h
jobs:
ubuntu-22: