We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a109b11 commit 0c0a395Copy full SHA for 0c0a395
.github/workflows/ci.yml
@@ -168,7 +168,7 @@ jobs:
168
key: ${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }}
169
170
- 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
+ run: dd-rust-license-tool --help || cargo install --git https://github.com/DataDog/rust-license-tool.git --force
172
173
- name: Check Datadog third-party license file
174
- run: dd-rust-license-tool --config quickwit/license-tool.toml --manifest quickwit/Cargo.toml check
+ run: dd-rust-license-tool --config quickwit/license-tool.toml --manifest-path quickwit/Cargo.toml check
0 commit comments