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 4bf2524 commit 1a6ace8Copy full SHA for 1a6ace8
.github/workflows/ci.yml
@@ -301,7 +301,7 @@ jobs:
301
CLANG_TIDY=(run-clang-tidy)
302
else
303
echo "Downloading run-clang-tidy script"
304
- wget -O run-clang-tidy.py https://raw.githubusercontent.com/llvm/llvm-project/refs/heads/release/21.x/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
+ curl -o run-clang-tidy.py https://raw.githubusercontent.com/llvm/llvm-project/refs/heads/release/21.x/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
305
CLANG_TIDY=(uv run --no-project --script -- run-clang-tidy.py)
306
fi
307
if [[ -x "$(command -v clang-apply-replacements)" ]]; then
0 commit comments