We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab85844 commit 3a7818dCopy full SHA for 3a7818d
.github/workflows/build.yml
@@ -109,7 +109,11 @@ jobs:
109
with:
110
version: ${{env.EM_VERSION}}
111
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
112
-
+
113
+ - name: Pre-build Emscripten ports
114
+ if: matrix.name == 'Emscripten'
115
+ run: embuilder.py build sdl2 sdl2-image-jpg sdl2-net
116
117
# Set up the cmake build environment
118
- name: Create Build Environment
119
run: cmake -E make_directory ${{runner.workspace}}/main/build
0 commit comments