require libgtksourceview-5-dev

This commit is contained in:
yggverse 2024-12-08 15:20:04 +02:00
parent c1fc022643
commit 1867f9a2f0

View File

@ -21,7 +21,7 @@ jobs:
- name: Run rustfmt - name: Run rustfmt
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Install system packages - name: Install system packages
run: sudo apt install -y libgtk-4-dev libadwaita-1-dev libsqlite3-dev run: sudo apt install -y libgtk-4-dev libgtksourceview-5-dev libadwaita-1-dev libsqlite3-dev
- name: Run clippy - name: Run clippy
run: cargo clippy --all-targets run: cargo clippy --all-targets
- name: Build - name: Build