Skip to content

Commit

Permalink
git: Add cargo-make install to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ecpullen committed Oct 10, 2023
1 parent 0eb0330 commit 68c2e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: cargo install cargo-deny
- run: cargo install cargo-make
- run: make build

0 comments on commit 68c2e5e

Please sign in to comment.