Add CI #3

Merged
Persson-dev merged 3 commits from actions into main 2025-05-24 10:59:13 +00:00
Showing only changes of commit d220ae4a55 - Show all commits

View File

@@ -22,7 +22,9 @@ jobs:
actions-cache-key: 'ubuntu'
- name: Install SFML
run: apt install libsfml-dev
run: |
apt update
apt install -y libsfml-dev
- name: XMake config
run: xmake f -p linux -y