From 63cc2ae6e90f7b458a7b7da7ec0f79d3e10fa02f Mon Sep 17 00:00:00 2001 From: Adrien Guillo Date: Wed, 22 Jan 2025 14:38:09 -0500 Subject: [PATCH] Fix job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60f7b4f..65b8888 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file