File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 sudo apt-get update
105105 sudo apt-get install -yq gettext pkg-config zlib1g-dev libjpeg-dev libxml2-dev libsigc++-2.0-dev
106106 sudo apt-get install -yq libgtest-dev libeigen3-dev libwxgtk3.2-dev libpng-dev
107- sudo apt-get install -yq libftgl-dev libglew-dev libalut-dev libvorbis-dev python3-dev libgit2-dev
107+ sudo apt-get install -yq libftgl-dev libglew-dev libalut-dev libvorbis-dev python3-dev libgit2-dev libglib2.0-dev
108108
109109 - name : Configure CMake
110110 # Use a bash shell so we can use the same syntax for environment variable
@@ -117,4 +117,4 @@ jobs:
117117 CMAKE_BUILD_PARALLEL_LEVEL : 3
118118 CTEST_OUTPUT_ON_FAILURE : ON
119119 shell : bash
120- run : cmake --build . --config $BUILD_TYPE --target install
120+ run : cmake --build . --config $BUILD_TYPE --target install
You can’t perform that action at this time.
0 commit comments