1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-11 23:43:19 +00:00

In buildRelease.yml added apt update to emscriptem build since it was failing to find some of the packages called for by apt-get install sdl2

This commit is contained in:
Frank Halasz 2025-02-01 18:48:38 -08:00
parent 7d85a59e6f
commit 55e20ea993

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