From e346db4b9961e543fe597997399a2e090976b77f Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 21 Oct 2021 19:20:13 +0200 Subject: [PATCH] Apparently there is no sdl2 cask for macos :-/ --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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