summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-16 01:23:28 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-16 01:23:45 +0200
commitfc21c3ab89526876bf184a0cebe99af8e7b4860b (patch)
tree2b225cf35e56b5b08ab24d14ad64361b54210656
parentTranslated using Weblate (Esperanto) (diff)
downloadnheko-fc21c3ab89526876bf184a0cebe99af8e7b4860b.tar.xz
Fix missing clang format in lint job
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index 66bde25c..8c6111eb 100644 --- a/.gitlab-ci.yml +++ b/.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: