add libglib2.0-dev dependency

This commit is contained in:
yggverse 2025-01-13 21:30:19 +02:00
parent fbdc20fd13
commit 007921f73f

View file

@ -19,6 +19,10 @@ 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 libglib2.0-dev
- name: Run clippy
run: cargo clippy --all-targets
- name: Build