mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
Also install SDL2 on ubuntu runners.
This commit is contained in:
parent
8f7067943f
commit
5c225467ab
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -45,6 +45,9 @@ jobs:
|
||||
- name: Install X11 dependencies on MacOS
|
||||
if: ${{ runner.os == 'macOS'}}
|
||||
run: brew install --cask xquartz
|
||||
- name: Install SDL dependency on Ubuntu
|
||||
if: ${{ runner.os == 'Linux'}}
|
||||
run: apt install libsdl2-dev
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{github.workspace}}/build
|
||||
- name: Configure CMake
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user