add update step

This commit is contained in:
yggverse 2024-12-19 19:17:54 +02:00
parent e81c0cb3a0
commit 3f4a20e17f

View File

@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v4
- name: Run rustfmt
run: cargo fmt --all -- --check
- name: Update packages index
run: sudo apt update
- name: Install system packages
run: sudo apt install -y libgtk-4-dev libgtksourceview-5-dev libadwaita-1-dev libspelling-1-dev libsqlite3-dev
- name: Run clippy