Skip to content

Commit f55d8b8

Browse files
mcbartonvgvassilev
authored andcommitted
Add $ErrorActionPreference = "Stop" Windows Emscripten build ci
1 parent 951775f commit f55d8b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ jobs:
716716
if: ${{ runner.os == 'windows' }}
717717
shell: powershell
718718
run: |
719+
$ErrorActionPreference = "Stop"
719720
micromamba create -f environment-wasm.yml --platform=emscripten-wasm32
720721
.\emsdk\emsdk activate ${{matrix.emsdk_ver}}
721722
.\emsdk\emsdk_env.ps1

0 commit comments

Comments
 (0)