From 04525611fad1f782756b2d81a4cb0286dd1ec454 Mon Sep 17 00:00:00 2001 From: 0mhu Date: Fri, 1 Oct 2021 23:43:37 +0200 Subject: [PATCH] Update cmake.yml Add gettext to dependencies --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1585500..74f3935 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -25,7 +25,7 @@ jobs: if: runner.os == 'Linux' run: | sudo apt-get update - sudo apt-get -y install libgtk-3-dev + sudo apt-get -y install libgtk-3-dev gettext - 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.