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 454e43a commit a9c5c51Copy full SHA for a9c5c51
.github/workflows/norm.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: 🔄 Installing Dependencies...
28
run: |
29
echo "📦 Installing libcriterion-dev, Ninja"
30
- sudo apt-get update && sudo apt-get install -y libcriterion-dev ninja-build
+ sudo apt-get update && sudo apt-get install -y libcriterion-dev ninja-build clang-tidy
31
echo "✅ Dependencies installed!"
32
33
- name: Run build release task...
0 commit comments