Skip to content

Commit

Permalink
Fix job
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Jan 22, 2025
1 parent 9ec3739 commit 63cc2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
key: ${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }}

- name: Install dd-rust-license-tool
run: cargo install dd-rust-license-tool
run: dd-rust-license-tool --help || cargo install dd-rust-license-tool

- name: Check Datadog third-party license file
run: dd-rust-license-tool check

0 comments on commit 63cc2ae

Please sign in to comment.