We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc4ece commit 8ad0822Copy full SHA for 8ad0822
1 file changed
.github/workflows/rust.yml
@@ -55,7 +55,7 @@ jobs:
55
run: cargo build --release --no-default-features --features mutation
56
- name: Cargo build (release, hyprland)
57
if: ${{ matrix.feature == 'hyprland' }}
58
- run: cargo build --release --no-default-features --features,hyprland
+ run: cargo build --release --no-default-features --features mutation,hyprland
59
- name: Cargo build (release, mutation)
60
if: ${{ matrix.feature == 'mutation' }}
61
0 commit comments