ci: fix clippy task

This commit is contained in:
naskya 2024-05-09 01:15:09 +09:00
parent af14bee31f
commit 276cabbbe3
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ cargo_clippy:
when: never
services: []
before_script:
- apt-get update && apt-get -y upgrade
- apt-get install -y --no-install-recommends build-essential clang mold perl
- cp ci/cargo/config.toml /usr/local/cargo/config.toml
- rustup component add clippy