diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8a2fbd5..3a73fbb 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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