LindaSummer commented on code in PR #3389:
URL: https://github.com/apache/kvrocks/pull/3389#discussion_r2922025101
##########
.github/workflows/kvrocks.yaml:
##########
@@ -78,6 +78,8 @@ jobs:
cache: false
- name: Prepare Dependencies
run: |
+ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key
add -
+ echo "deb http://apt.llvm.org/$(lsb_release -cs)/
llvm-toolchain-$(lsb_release -cs)-18 main" | sudo tee
/etc/apt/sources.list.d/llvm.list
sudo apt update
sudo apt install -y clang-format-18 clang-tidy-18
Review Comment:
Should we pin the specific minor version here since a minor version caused
it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]