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:
4
.github/workflows/buildRelease.yml
vendored
4
.github/workflows/buildRelease.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user