fix linux ci

This commit is contained in:
Green Sky 2025-05-07 22:59:08 +02:00
parent 8c972d0a83
commit a6bffe5eea
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -21,7 +21,7 @@ jobs:
submodules: recursive
- name: Install Dependencies
run: sudo apt update && sudo apt -y install libsodium-dev cmake libxext-dev
run: sudo apt update && sudo apt -y install libsodium-dev cmake libx11-dev libxext-dev libxrandr-dev
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2