Skip to content

Commit

Permalink
[CI] Installs clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Oct 2, 2024
1 parent 2d95c9c commit 3a5230e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ lint:fmt:
lint:clippy:
stage: lint
before_script:
- apt update -yqq
- apt install -yqq clang libpq-dev
- rustup component add clippy
script: cargo clippy --all-features -- --deny warnings

Expand Down

0 comments on commit 3a5230e

Please sign in to comment.