Skip to content

Commit

Permalink
Update Action
Browse files Browse the repository at this point in the history
  • Loading branch information
obvMellow authored Oct 13, 2024
1 parent 3b12a0b commit 5498833
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpango1.0-dev libgtk-4-dev
sudo apt-get install -y \
libpango1.0-dev \
libgtk-4-dev \
libgdk-pixbuf2.0-dev \
libcairo2-dev \
libglib2.0-dev
- name: Install Clippy
run: rustup component add clippy
Expand Down

0 comments on commit 5498833

Please sign in to comment.