Skip to content

Commit a9c5c51

Browse files
committed
💚 Fix norm action container clang-tidy is not version supported keywords
Fix CI build
1 parent 454e43a commit a9c5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/norm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 🔄 Installing Dependencies...
2828
run: |
2929
echo "📦 Installing libcriterion-dev, Ninja"
30-
sudo apt-get update && sudo apt-get install -y libcriterion-dev ninja-build
30+
sudo apt-get update && sudo apt-get install -y libcriterion-dev ninja-build clang-tidy
3131
echo "✅ Dependencies installed!"
3232
3333
- name: Run build release task...

0 commit comments

Comments
 (0)