Fix missing clang format in lint job

pull/614/head
Nicolas Werner 3 years ago
parent a67f2580b8
commit fc21c3ab89
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      .gitlab-ci.yml

@ -143,7 +143,7 @@ linting:
image: alpine:latest
tags: [docker]
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"
- pip3 install --user reuse
script:

Loading…
Cancel
Save