diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 651b96c..a8d4970 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -45,7 +45,9 @@ jobs: python3-dev \ python3-setuptools \ gperf \ - libssl-dev + libssl-dev \ + libgdk-pixbuf-2.0-dev \ + libglib2.0-dev - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.