Update cmake.yml

Add gettext to dependencies
This commit is contained in:
2021-10-01 23:43:37 +02:00
committed by GitHub
parent cb92d64ec3
commit 04525611fa

View File

@@ -25,7 +25,7 @@ jobs:
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y install libgtk-3-dev sudo apt-get -y install libgtk-3-dev gettext
- name: Configure CMake - 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. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.