1
0
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:
Frank Halasz
2024-02-16 12:45:30 -08:00
parent eacdd98f48
commit eac4cdc3d3

View File

@@ -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