Skip to content

Commit

Permalink
tools/ci.sh: Fixing uncrustify version to 0.72.
Browse files Browse the repository at this point in the history
Signed-off-by: jaenrig-ifx <[email protected]>
  • Loading branch information
jaenrig-ifx committed Jan 16, 2025
1 parent 003983c commit 0b5db65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ulimit -n 1024
function ci_c_code_formatting_setup {
sudo apt-get install black
black --version
sudo apt-get install uncrustify
sudo apt-get install uncrustify=0.72.0_f
uncrustify --version
}

Expand Down

0 comments on commit 0b5db65

Please sign in to comment.