add missed dependencies

This commit is contained in:
yggverse 2025-02-15 21:12:47 +02:00
parent 407c3e2e13
commit f2fbced415

View file

@ -19,6 +19,10 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run rustfmt - name: Run rustfmt
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Update packages index
run: sudo apt update
- name: Install system packages
run: sudo apt install -y libglib2.0-dev
- name: Run clippy - name: Run clippy
run: cargo clippy --all-targets run: cargo clippy --all-targets
- name: Build - name: Build