Skip to content

Commit

Permalink
ksmbd-tools: github action: install libglib2.0-dev on build test setup
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
namjaejeon committed Jan 9, 2025
1 parent bafd28e commit 9681892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prerequisite for build test
run: |
sudo apt-get install libnl-3-dev libnl-genl-3-dev krb5-multidev heimdal-multidev ninja-build
sudo apt-get install libnl-3-dev libnl-genl-3-dev krb5-multidev heimdal-multidev ninja-build libglib2.0-dev
gcc --version
g++ --version
pip3 install --user meson
Expand Down

0 comments on commit 9681892

Please sign in to comment.