Skip to content

Commit 0f6a793

Browse files
authored
Remove continue-on-error Windows Emscripten (#646)
1 parent 106dd46 commit 0f6a793

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
@@ -735,7 +735,6 @@ jobs:
735735
micromamba shell hook -s cmd.exe --root-prefix C:\Users\runneradmin\micromamba-root
736736
737737
- name: Build and Test/Install CppInterOp on Windows systems (shared library)
738-
continue-on-error: true
739738
if: ${{ runner.os == 'windows' }}
740739
shell: powershell
741740
run: |
@@ -821,7 +820,6 @@ jobs:
821820
emmake make -j ${{ env.ncpus }} install
822821
823822
- name: Build and Test/Install CppInterOp on Windows systems (static library)
824-
continue-on-error: true
825823
if: ${{ runner.os == 'windows' }}
826824
shell: powershell
827825
run: |

0 commit comments

Comments
 (0)