Skip to content

Commit

Permalink
fixup! Check dependency licenses in CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrobdod committed Apr 12, 2024
1 parent 8c034ea commit 979934f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
- name: Cache cargo registry
uses: actions/cache@v4
with:
path: ~/.cargo/registry/
path: |
~/.cargo/registry/
~/.cargo/bin/cargo-license
key: cargo-license-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
cargo-license-
Expand Down

0 comments on commit 979934f

Please sign in to comment.