diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b02a49f1..2282298f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,6 +50,9 @@ jobs: with: submodules: recursive + - name: Install dependencies + run: brew install sdl2 + - name: Configure run: ./waf configure $WAF_FLAGS - name: Build macos-amd64