CI: enables bluetooth module on platforms other than macOS

This commit is contained in:
Carter Li
2026-08-27 09:45:58 +08:00
parent c9ad429a1b
commit 04f26a29eb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -95,8 +95,8 @@
"opengl",
"opencl",
"users",
// "bluetooth", // doesn't work on macOS because it requires bluetooth permissions
// "bluetoothradio",
"bluetooth",
"bluetoothradio",
"sound",
"camera",
"gamepad",