mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 01:29:28 +00:00
Update install of sdl2 for emscripten in buildRelease workflow.
This commit is contained in:
1
.github/workflows/buildRelease.yml
vendored
1
.github/workflows/buildRelease.yml
vendored
@@ -503,6 +503,7 @@ jobs:
|
||||
- name: Install SDL2
|
||||
run: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
sudo -E apt-get update
|
||||
sudo -E apt-get install -y libsdl2-dev libsdl2-2.0-0
|
||||
|
||||
# Install Emscripten SDK
|
||||
|
||||
Reference in New Issue
Block a user