mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
require libgtksourceview-5-dev
This commit is contained in:
parent
c1fc022643
commit
1867f9a2f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue