Compare commits

1 Commits

Author SHA1 Message Date
90b0c13740 ci: Run on MR
Some checks failed
Gol CI / build (pull_request) Failing after 39s
This also adds the new dependencies
2026-04-03 14:04:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -15,4 +15,4 @@ cmake ..
make
```
> The windows version might exist one day
> As for now I will not make this program Windows compatible.