Skip to content

Commit 0c0a395

Browse files
committed
Fix Datadog third-party license file job
1 parent a109b11 commit 0c0a395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
key: ${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }}
169169

170170
- name: Install dd-rust-license-tool
171-
run: dd-rust-license-tool --help || cargo install --git https://github.com/guilload/rust-license-tool.git --branch guilload/manifest-option --force
171+
run: dd-rust-license-tool --help || cargo install --git https://github.com/DataDog/rust-license-tool.git --force
172172

173173
- name: Check Datadog third-party license file
174-
run: dd-rust-license-tool --config quickwit/license-tool.toml --manifest quickwit/Cargo.toml check
174+
run: dd-rust-license-tool --config quickwit/license-tool.toml --manifest-path quickwit/Cargo.toml check

0 commit comments

Comments
 (0)