Aparrently, the act docker container does not have cmake installed.

Adding this should not make a significant impact on workflow
performance.
This commit is contained in:
2025-09-15 09:34:27 +02:00
parent 4da02373a5
commit 1ac4592503

View File

@@ -25,7 +25,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install -y libwayland-dev libxkbcommon-dev xorg-dev
sudo apt install -y libwayland-dev libxkbcommon-dev xorg-dev cmake
- uses: actions/cache@v4
with: