Skip to content

Commit

Permalink
fix(ci): CI Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoupix committed Feb 2, 2025
1 parent 719a879 commit 649fb03
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/clippy_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,20 @@ jobs:

- name: Install dependencies
run: |
sudo apt install libdbus-1-dev pkg-config
sudo apt update
sudo apt install -y \
libglib2.0-dev \
libdbus-1-dev \
pkg-config \
libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
- name: Lint and Check every Rust dir with Clippy
working-directory: ${{ matrix.directories.path }}
Expand Down

0 comments on commit 649fb03

Please sign in to comment.