From 04f26a29eb9614dc7c253528b55122a3d3f5d235 Mon Sep 17 00:00:00 2001 From: Carter Li Date: Thu, 27 Aug 2026 09:45:58 +0800 Subject: [PATCH] CI: enables bluetooth module on platforms other than macOS --- .github/workflows/build-macos-hosts.yml | 4 ++-- presets/ci.jsonc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-macos-hosts.yml b/.github/workflows/build-macos-hosts.yml index 66c1666b7..573165518 100644 --- a/.github/workflows/build-macos-hosts.yml +++ b/.github/workflows/build-macos-hosts.yml @@ -41,10 +41,10 @@ jobs: run: ./fastfetch --list-features - name: run fastfetch - run: time ./fastfetch -c presets/ci.jsonc --structure-disabled vulkan --stat false + run: time ./fastfetch -c presets/ci.jsonc --structure-disabled vulkan:bluetooth:bluetoothradio --stat false - name: run fastfetch --format json - run: time ./fastfetch -c presets/ci.jsonc --structure-disabled vulkan --format json + run: time ./fastfetch -c presets/ci.jsonc --structure-disabled vulkan:bluetooth:bluetoothradio --format json - name: run flashfetch run: time ./flashfetch diff --git a/presets/ci.jsonc b/presets/ci.jsonc index bbc03613f..5499e1294 100644 --- a/presets/ci.jsonc +++ b/presets/ci.jsonc @@ -95,8 +95,8 @@ "opengl", "opencl", "users", - // "bluetooth", // doesn't work on macOS because it requires bluetooth permissions - // "bluetoothradio", + "bluetooth", + "bluetoothradio", "sound", "camera", "gamepad",