ci: fix apt
All checks were successful
Linux arm64 / Build (push) Successful in 1m55s

This commit is contained in:
2025-05-24 12:55:28 +02:00
parent 4264e40674
commit d220ae4a55

View File

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