diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9f4ea67..8a2fbd5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -20,6 +20,9 @@ jobs: xmake-version: latest actions-cache-folder: '.xmake-cache' actions-cache-key: 'ubuntu' + + - name: Install SFML + run: apt install libsfml-dev - name: XMake config run: xmake f -p linux -y