Install missing dependencies in lint workflow
This commit is contained in:
parent
8475cd7b25
commit
1c241d1150
1 changed files with 5 additions and 0 deletions
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
|
|
@ -8,5 +8,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
- uses: actions/checkout@master
|
- 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
|
- name: Check lints
|
||||||
run: cargo lint
|
run: cargo lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue