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

This commit is contained in:
Mario Hüttel 2025-07-27 18:58:50 +02:00
parent 22c551750f
commit 1a390efc85

View File

@ -28,7 +28,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 gettext sudo apt-get -y install libgtk-3-dev gettext cmake
echo "Installation successful" echo "Installation successful"
- name: Configure CMake - name: Configure CMake