Skip to content

Commit 3a7818d

Browse files
Update build.yml
1 parent ab85844 commit 3a7818d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ jobs:
109109
with:
110110
version: ${{env.EM_VERSION}}
111111
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
112-
112+
113+
- name: Pre-build Emscripten ports
114+
if: matrix.name == 'Emscripten'
115+
run: embuilder.py build sdl2 sdl2-image-jpg sdl2-net
116+
113117
# Set up the cmake build environment
114118
- name: Create Build Environment
115119
run: cmake -E make_directory ${{runner.workspace}}/main/build

0 commit comments

Comments
 (0)