mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-25 03:55:16 +00:00
Apparently there is no sdl2 cask for macos :-/
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
run: brew install --cask xquartz
|
run: brew install --cask xquartz
|
||||||
- name: Install SDL2 dependencies on MacOS
|
- name: Install SDL2 dependencies on MacOS
|
||||||
if: ${{ runner.os == 'macOS'}}
|
if: ${{ runner.os == 'macOS'}}
|
||||||
run: brew install --cask sdl2
|
run: brew install sdl2
|
||||||
- name: Install SDL dependency on Ubuntu
|
- name: Install SDL dependency on Ubuntu
|
||||||
if: ${{ runner.os == 'Linux'}}
|
if: ${{ runner.os == 'Linux'}}
|
||||||
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev
|
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user