Compare commits

..

1 Commits

Author SHA1 Message Date
caf8877307 ci: Run on MR
Some checks failed
Gol CI / build (pull_request) Failing after 37s
This also adds the new dependencies
2026-04-03 14:07:41 +02:00

View File

@@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake libxrandr-dev
sudo apt-get install -y cmake libxrandr-dev libxinerama-dev
- name: Build and test
run: |
mkdir build