Update ubuntu & clang-format in builds (#5467)

This commit is contained in:
Orestis Floros
2023-04-02 16:24:15 +02:00
committed by GitHub
parent ecb9b895c7
commit 892ae730cb
3 changed files with 3 additions and 4 deletions

View File

@ -84,8 +84,8 @@ jobs:
run: ./release-notes/generator.pl
- name: Install dependencies
run: |
sudo apt-get install -y clang-format-12
sudo apt-get install -y clang-format-14
- name: Check formatting
run: clang-format-12 --dry-run --Werror $(git ls-files '*.c' '*.h')
run: clang-format-14 --dry-run --Werror $(git ls-files '*.c' '*.h')
- name: Verify safe wrapper functions are used
run: ./travis/check-safe-wrappers.sh