Update .github/workflows/cmake.yml
All checks were successful
CMake / build (push) Successful in 35s

This commit is contained in:
Mario Hüttel 2025-07-27 19:02:15 +02:00
parent 2000a45e18
commit 560f217e26

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