Skip to content

Commit 678dfe6

Browse files
committed
Bleeeh
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 6f77a91 commit 678dfe6

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: cachix/install-nix-action@v27
1515
with:
1616
github_access_token: ${{ secrets.GITHUB_TOKEN }}
17-
- run: cargo install num_enum --verbose
17+
- run: cargo add num_enum --verbose
1818
- run: nix flake check
1919
- run: nix develop --command cargo fmt -- --check
2020
- run: |

0 commit comments

Comments
 (0)