Skip to content

Commit 8765d82

Browse files
committed
Use spaces instead of commas for features
(again)
1 parent 91f88df commit 8765d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
RUST_BACKTRACE: 1
12-
RUST_FEATURES: "rodio-backend,lyric-finder,media-control,image,notify,clipboard"
12+
RUST_FEATURES: "rodio-backend lyric-finder media-control image notify clipboard"
1313
LINUX_PACKAGES: "libssl-dev libasound2-dev libdbus-1-dev libxcb-shape0-dev libxcb-xfixes0-dev"
1414

1515
jobs:

0 commit comments

Comments
 (0)