Skip to content

Commit

Permalink
Install missing dependencies in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Apr 7, 2024
1 parent 8475cd7 commit 1c241d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1c241d1

Please sign in to comment.