Skip to content

Commit 70062b9

Browse files
authored
Update emscripten.yml
1 parent c945249 commit 70062b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/emscripten.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ jobs:
928928
929929
- name: Build xeus-cpp on Windows systems
930930
if: ${{ runner.os == 'windows' }}
931-
shell: bash -l {0}
931+
shell: powershell
932932
run: |
933933
.\emsdk\emsdk activate ${{matrix.emsdk_ver}}
934934
.\emsdk\emsdk_env.ps1
@@ -959,9 +959,9 @@ jobs:
959959
cd ./xeus-cpp/build/test
960960
node test_xeus_cpp.js
961961
962-
- name: Test xeus-cpp C++ Emscripten
962+
- name: Test xeus-cpp C++ Emscripten on Windows Systems
963963
if: ${{ runner.os == 'windows' }}
964-
shell: bash -l {0}
964+
shell: powershell
965965
run: |
966966
$ErrorActionPreference = "Stop"
967967
micromamba activate CppInterOp-wasm

0 commit comments

Comments
 (0)