diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf79e0c..c3c8e1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: run: brew install --cask xquartz - name: Install SDL2 dependencies on MacOS if: ${{ runner.os == 'macOS'}} - run: brew install --cask sdl2 + run: brew install sdl2 - name: Install SDL dependency on Ubuntu if: ${{ runner.os == 'Linux'}} run: sudo apt-get update && sudo apt-get install -y libsdl2-dev