@@ -19,6 +19,10 @@ jobs:
with:
xmake-version: branch@dev
+ - name: Installation
+ run: |
+ sudo apt-get install -y libxrandr-dev libxinerama-dev libx11-dev libxcursor-dev libxi-dev libxext-dev
+
- name: Tests
run: |
xmake l ./scripts/test.lua -D -k ${{ matrix.kind }}