From 61bc1986dadb2ca87fcc8a817aeaf1e054b78eea Mon Sep 17 00:00:00 2001 From: renfred Date: Wed, 14 Jan 2026 19:02:20 -0800 Subject: [PATCH] exclude audio-text-to-speech example on linux The oto library requires ALSA which is not available in CI. --- examples/audio-text-to-speech/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/audio-text-to-speech/main.go b/examples/audio-text-to-speech/main.go index 2ed94f4..e4e8bb0 100644 --- a/examples/audio-text-to-speech/main.go +++ b/examples/audio-text-to-speech/main.go @@ -1,3 +1,5 @@ +//go:build !linux + package main import (