Update .github/workflows/cmake.yml
Some checks failed
CMake / build (push) Failing after 1m21s

Test workflow on gitea
This commit is contained in:
Mario Hüttel 2025-07-27 18:56:40 +02:00
parent c9b0783a07
commit 22c551750f

View File

@ -29,6 +29,7 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y install libgtk-3-dev gettext sudo apt-get -y install libgtk-3-dev gettext
echo "Installation successful"
- 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.