diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3fedd9b..60f7b4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,8 +83,8 @@ jobs: path: ~/.cargo/bin key: ${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }} - - name: Install rust-license-tool - run: cargo install rust-license-tool + - name: Install dd-rust-license-tool + run: cargo install dd-rust-license-tool - name: Check Datadog third-party license file run: dd-rust-license-tool check \ No newline at end of file