Skip to content

Commit

Permalink
Fix pre-commit error missing dep javascriptcoregtk
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord committed Mar 19, 2024
1 parent e4cf941 commit a3b8633
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ jobs:
run: |
wget -qO - 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null
echo "deb [arch=all,$(dpkg --print-architecture) signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list
sudo apt-get update
# From tauri's Actions workflow
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt update
sudo apt-get install -y libnotmuch-dev
sudo apt-get install -y just
# Tauri pre-reqs
sudo apt install --yes \
libjavascriptcoregtk-4.1-0 \
libsoup-3.0 \
webkit2gtk-4.1 \
;
- name: Run pre-commit hooks
run: pre-commit run --all-files

0 comments on commit a3b8633

Please sign in to comment.