Skip to content

Commit e491d04

Browse files
committed
ci: add dependency glib-2.0
1 parent 5c61fd7 commit e491d04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install dependencies
5656
if: ${{ matrix.language == 'cpp' }}
57-
run: sudo apt update && sudo apt install -y libpopt-dev gettext
57+
run: sudo apt update && sudo apt install -y libpopt-dev gettext libglib2.0-dev
5858

5959
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060
# If this step fails, then you should remove it and run the build manually (see below)

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install dependencies
18-
run: sudo apt update && sudo apt install -y libpopt-dev gettext
18+
run: sudo apt update && sudo apt install -y libpopt-dev gettext libglib2.0-dev
1919

2020
- name: Build & install
2121
run: make all && make install DESTDIR=/tmp/initscripts

0 commit comments

Comments
 (0)