Skip to content

Commit 8ad0822

Browse files
fix: enable mutation feature in ci
1 parent 4fc4ece commit 8ad0822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: cargo build --release --no-default-features --features mutation
5656
- name: Cargo build (release, hyprland)
5757
if: ${{ matrix.feature == 'hyprland' }}
58-
run: cargo build --release --no-default-features --features,hyprland
58+
run: cargo build --release --no-default-features --features mutation,hyprland
5959
- name: Cargo build (release, mutation)
6060
if: ${{ matrix.feature == 'mutation' }}
6161
run: cargo build --release --no-default-features --features mutation

0 commit comments

Comments
 (0)