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

Fix install of SDL2

This commit is contained in:
Frank Halasz
2024-02-07 13:08:39 -08:00
parent 8c54c0fbe0
commit 696ac9a675

View File

@@ -166,7 +166,9 @@ jobs:
# Install SDL2
- name: Install SDL2
run: DEBIAN_FRONTEND=noninteractive apt-get install -y libsdl2-dev libsdl2-2.0-0
run: |
export DEBIAN_FRONTEND=noninteractive
sudo -E apt-get install -y libsdl2-dev libsdl2-2.0-0
# Install Emscripten SDK
- name: Install Empscripten