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 6f77a91 commit 678dfe6Copy full SHA for 678dfe6
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: cachix/install-nix-action@v27
15
with:
16
github_access_token: ${{ secrets.GITHUB_TOKEN }}
17
- - run: cargo install num_enum --verbose
+ - run: cargo add num_enum --verbose
18
- run: nix flake check
19
- run: nix develop --command cargo fmt -- --check
20
- run: |
0 commit comments