Skip to content

Commit

Permalink
💚 Fix norm action container clang-tidy is not version supported keywords
Browse files Browse the repository at this point in the history
Fix CI build
  • Loading branch information
Unam3dd committed Jun 13, 2024
1 parent 454e43a commit a9c5c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/norm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: 🔄 Installing Dependencies...
run: |
echo "📦 Installing libcriterion-dev, Ninja"
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
echo "✅ Dependencies installed!"
- name: Run build release task...
Expand Down

0 comments on commit a9c5c51

Please sign in to comment.