Skip to content

Commit

Permalink
Update rust-clippy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
obvMellow authored Oct 13, 2024
1 parent a4c32d8 commit c628dba
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4

# Install system dependencies for Pango and GTK
- name: Install system dependencies
run: |
sudo apt-get update
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

- name: Check
run: cargo clippy -- -Dwarnings
run: cargo clippy -- -Dwarnings --no-deps

0 comments on commit c628dba

Please sign in to comment.