Skip to content

Commit

Permalink
Use spaces instead of commas for features
Browse files Browse the repository at this point in the history
(again)
  • Loading branch information
LucasFA committed Mar 3, 2024
1 parent 91f88df commit 8765d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
RUST_FEATURES: "rodio-backend,lyric-finder,media-control,image,notify,clipboard"
RUST_FEATURES: "rodio-backend lyric-finder media-control image notify clipboard"
LINUX_PACKAGES: "libssl-dev libasound2-dev libdbus-1-dev libxcb-shape0-dev libxcb-xfixes0-dev"

jobs:
Expand Down

0 comments on commit 8765d82

Please sign in to comment.