Skip to content

Commit c741cd1

Browse files
authored
Merge pull request #13 from alpinebuster/dev
Fix the yml indentation issue.
2 parents 4f4644a + cd125ee commit c741cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Build
101101
env:
102102
MR_EMSCRIPTEN: "ON"
103-
MR_EMSCRIPTEN_SDK: "ON"
103+
MR_EMSCRIPTEN_SDK: "ON"
104104
MESHLIB_BUILD_RELEASE: "ON"
105105
MESHLIB_BUILD_DEBUG: "OFF"
106106
MR_EMSCRIPTEN_SINGLE: ${{ fromJSON('["OFF", "ON"]')[matrix.config == 'Singlethreaded'] }}

0 commit comments

Comments
 (0)