Skip to content

Commit 60458af

Browse files
authored
Install libglib2.0 in unittests workflow
Add installation of libglib2.0 in CI workflow
1 parent 5445cf5 commit 60458af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
sudo apt-get install libudev-dev
2525
sudo apt-get install librrd-dev libpython3-dev
2626
sudo apt-get install gcc --only-upgrade
27+
sudo apt-get install libglib2.0
2728
2829
- name: Get branch name
2930
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >>$GITHUB_OUTPUT

0 commit comments

Comments
 (0)