Skip to content

Commit 55e20ea

Browse files
committed
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
1 parent 7d85a59 commit 55e20ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ jobs:
503503
- name: Install SDL2
504504
run: |
505505
export DEBIAN_FRONTEND=noninteractive
506+
sudo -E apt-get update
506507
sudo -E apt-get install -y libsdl2-dev libsdl2-2.0-0
507508
508509
# Install Emscripten SDK

0 commit comments

Comments
 (0)