From d6309ca0912bf8fd615557f09224df0746398d9e Mon Sep 17 00:00:00 2001 From: mcbarton Date: Thu, 26 Jun 2025 20:07:47 +0100 Subject: [PATCH] Remove continue-on-error Windows Emscripten --- .github/workflows/emscripten.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 1e6e354f7..5c07655bd 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -735,7 +735,6 @@ jobs: micromamba shell hook -s cmd.exe --root-prefix C:\Users\runneradmin\micromamba-root - name: Build and Test/Install CppInterOp on Windows systems (shared library) - continue-on-error: true if: ${{ runner.os == 'windows' }} shell: powershell run: | @@ -821,7 +820,6 @@ jobs: emmake make -j ${{ env.ncpus }} install - name: Build and Test/Install CppInterOp on Windows systems (static library) - continue-on-error: true if: ${{ runner.os == 'windows' }} shell: powershell run: |