diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 94157e54a..de9f3bf48 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -36,7 +36,7 @@ jobs: # Install Nazara dependencies - name: Install system dependencies - run: sudo apt-get install libsndfile1-dev libfreetype6-dev libsdl2-dev mesa-common-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libgl1-mesa-dev -y + run: sudo apt-get install python3-xcbgen libsndfile1-dev libfreetype6-dev libsdl2-dev mesa-common-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libgl1-mesa-dev -y # Force xmake to a specific folder (for cache) - name: Set xmake env