Skip to content

Commit 9681892

Browse files
committed
ksmbd-tools: github action: install libglib2.0-dev on build test setup
The follwing error happen with the latest ubuntu of github action. configure: error: glib (libglib2.0-dev or glib2-devel) was not found. Install libglib2.0-dev on build test setup. Signed-off-by: Namjae Jeon <[email protected]>
1 parent bafd28e commit 9681892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Prerequisite for build test
2121
run: |
22-
sudo apt-get install libnl-3-dev libnl-genl-3-dev krb5-multidev heimdal-multidev ninja-build
22+
sudo apt-get install libnl-3-dev libnl-genl-3-dev krb5-multidev heimdal-multidev ninja-build libglib2.0-dev
2323
gcc --version
2424
g++ --version
2525
pip3 install --user meson

0 commit comments

Comments
 (0)