1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 19:46:21 +00:00

Add SDL2 dependency to macos build.

This commit is contained in:
Peter
2021-10-21 19:17:59 +02:00
committed by Nick Briggs
parent 81e17c0955
commit d046d26003

View File

@@ -47,6 +47,9 @@ jobs:
- name: Install X11 dependencies on MacOS
if: ${{ runner.os == 'macOS'}}
run: brew install --cask xquartz
- name: Install SDL2 dependencies on MacOS
if: ${{ runner.os == 'macOS'}}
run: brew install --cask sdl2
- name: Install SDL dependency on Ubuntu
if: ${{ runner.os == 'Linux'}}
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev