ci: Fix debian build
The clang-format-12 package no longer exist and only clang-format 11, 13 and 14 remain in the repositories. Also replace apt with apt-get since apt is not for scripting
This commit is contained in:
@@ -79,7 +79,7 @@ executable('megapixels-camera-test',
|
||||
install: true)
|
||||
|
||||
# Formatting
|
||||
clang_format = find_program('clang-format-12', required: false)
|
||||
clang_format = find_program('clang-format-14', required: false)
|
||||
if clang_format.found()
|
||||
format_files = [
|
||||
'data/blit.frag',
|
||||
|
Reference in New Issue
Block a user