diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b89a452cd..16fe53dad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 + - name: Install dependencies + run: sudo apt-get update && sudo apt-get install -y libsdl2-dev - name: make run: make