c-toxcore latest master Merge commit 'fd4c16d090fa334ffe36b4be7961c46a800c2038'

This commit is contained in:
2024-09-19 13:45:12 +02:00
12 changed files with 28 additions and 22 deletions

View File

@ -62,7 +62,7 @@ jobs:
- run: &apt_install
apt-get update &&
DEBIAN_FRONTEND=noninteractive
apt-get install -y --no-install-recommends
apt-get install -y
ca-certificates
clang
cmake
@ -141,9 +141,7 @@ jobs:
- run: *apt_install
- run:
apt-get install -y --no-install-recommends
ca-certificates
python3-pip
cpplint
- checkout
- run: git submodule update --init --recursive
- run: pip install cpplint
- run: other/analysis/run-cpplint