Skip to content

Commit 1a6ace8

Browse files
committed
[CI] use cURL instead of Wget
1 parent 4bf2524 commit 1a6ace8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
CLANG_TIDY=(run-clang-tidy)
302302
else
303303
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
304+
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
305305
CLANG_TIDY=(uv run --no-project --script -- run-clang-tidy.py)
306306
fi
307307
if [[ -x "$(command -v clang-apply-replacements)" ]]; then

0 commit comments

Comments
 (0)