Skip to content

Commit fee3d03

Browse files
authored
Update emscripten.yml
1 parent 2b86d56 commit fee3d03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,11 @@ jobs:
314314
#FIXME: Apply patches without hardcoding
315315
if ( "${{ matrix.clang-runtime }}" -imatch "19" )
316316
{
317-
git apply -v Windows-emscripten-clang19-1-CrossCompile.patch
318317
git apply -v emscripten-clang19-2-shift-temporary-files-to-tmp-dir.patch
319318
git apply -v emscripten-clang19-3-remove-zdefs.patch
320319
}
321320
elseif ( "${{ matrix.clang-runtime }}" -imatch "20" )
322321
{
323-
git apply -v Windows-emscripten-clang20-1-CrossCompile.patch
324322
git apply -v emscripten-clang20-2-shift-temporary-files-to-tmp-dir.patch
325323
}
326324
cd build

0 commit comments

Comments
 (0)