Skip to content

Commit

Permalink
fix: Added new dependencies to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyht2 authored Apr 6, 2024
1 parent 04828ed commit c45e4b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Installing Dependencies
run: |
sudo apt update
# Upgrading Packages
sudo apt upgrade
# Tauri Packages
sudo apt install libwebkit2gtk-4.0-dev \
build-essential \
curl \
Expand All @@ -51,6 +54,10 @@ jobs:
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
# Serial Packages
sudo apt install -y libudev-dev && \
# Protobuf Packages
sudo apt install -y protobuf-compiler && \
- name: Run Clippy
run: |
cd src-tauri/
Expand Down

0 comments on commit c45e4b4

Please sign in to comment.