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

This commit is contained in:
Mario Hüttel 2025-07-27 19:00:04 +02:00
parent 1a390efc85
commit 2000a45e18

View File

@ -28,7 +28,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get -y install libgtk-3-dev gettext cmake
sudo apt-get -y install libgtk-3-dev gettext cmake python3
echo "Installation successful"
- name: Configure CMake