Skip to content

Commit

Permalink
Another GitHub Workflow Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Astralchroma committed Aug 1, 2024
1 parent 0ac996f commit 67e5b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: swatinem/rust-cache@v2
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
name: devenv
- run: nix profile install nixpkgs#devenv
- run: devenv shell sqlx migrate run
- run: devenv shell cargo fmt --check
Expand Down

0 comments on commit 67e5b03

Please sign in to comment.