Skip to content

Commit

Permalink
Merge branch 'master' of github.com:obvMellow/distore
Browse files Browse the repository at this point in the history
  • Loading branch information
obvMellow committed Oct 13, 2024
2 parents 9035397 + 5498833 commit a4c32d8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,20 @@ 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

0 comments on commit a4c32d8

Please sign in to comment.