Skip to content

Commit

Permalink
Update install of sdl2 for emscripten in buildRelease workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Feb 16, 2024
1 parent eacdd98 commit eac4cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eac4cdc

Please sign in to comment.