Install missing dependencies in lint workflow

This commit is contained in:
Héctor Ramón Jiménez 2024-04-07 13:04:53 +02:00
parent 8475cd7b25
commit 1c241d1150
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -8,5 +8,10 @@ jobs:
with:
components: clippy
- uses: actions/checkout@master
- name: Install dependencies
run: |
export DEBIAN_FRONTED=noninteractive
sudo apt-get -qq update
sudo apt-get install -y libxkbcommon-dev libgtk-3-dev
- name: Check lints
run: cargo lint