Fix missing clang format in lint job

This commit is contained in:
Nicolas Werner 2021-06-16 01:23:28 +02:00
parent a67f2580b8
commit fc21c3ab89
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ linting:
image: alpine:latest image: alpine:latest
tags: [docker] tags: [docker]
before_script: before_script:
- apk update && apk add clang make git python3 py3-pip - apk update && apk add clang-extra-tools make git python3 py3-pip
- export PATH="$PATH:/root/.local/bin" - export PATH="$PATH:/root/.local/bin"
- pip3 install --user reuse - pip3 install --user reuse
script: script: