test: install missed libglib2.0-dev on CI machine

This commit is contained in:
Evgeniy A. Dushistov
2025-08-17 13:01:18 +03:00
committed by Evgeniy Dushistov
parent 5887505185
commit 3a8ab1d5c3

View File

@@ -37,6 +37,10 @@ jobs:
gcc --version
echo "end of versions checking"
shell: bash
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: libglib2.0-dev
version: 1.0
- name: Run tests
run: |
set -e