try fix ubuntu no longer shipping x11

This commit is contained in:
Green Sky 2025-01-10 20:38:26 +01:00
parent 2fa116b76b
commit 90297633aa
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ jobs:
submodules: recursive
- name: Install Dependencies
run: sudo apt update && sudo apt -y install libsodium-dev cmake
run: sudo apt update && sudo apt -y install libsodium-dev cmake libxext-dev
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}