Add pkg-config for cargo clippy step

This commit is contained in:
Jelle van der Waa 2021-12-29 20:11:43 +01:00
parent a334468eaa
commit b4aafe9229
No known key found for this signature in database
GPG Key ID: C06086337C50773E
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
image: "archlinux:latest"
before_script:
- pacman -Syu --needed --noconfirm rust gcc cargo-audit
- pacman -Syu --needed --noconfirm rust gcc cargo-audit pkgconf
stages:
- lint