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 6637b4d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/clippy_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,23 @@ jobs:

- name: Install dependencies
run: |
sudo apt install libdbus-1-dev pkg-config
sudo apt update
sudo apt install -y libdbus-1-dev pkg-config
- name: Install dependencies for Tauri
if: matrix.directories.path == './rustbee-gui/src-tauri'
run: |
sudo apt install -y \
libglib2.0-dev \
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 6637b4d

Please sign in to comment.