File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments