We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c945249 commit 70062b9Copy full SHA for 70062b9
.github/workflows/emscripten.yml
@@ -928,7 +928,7 @@ jobs:
928
929
- name: Build xeus-cpp on Windows systems
930
if: ${{ runner.os == 'windows' }}
931
- shell: bash -l {0}
+ shell: powershell
932
run: |
933
.\emsdk\emsdk activate ${{matrix.emsdk_ver}}
934
.\emsdk\emsdk_env.ps1
@@ -959,9 +959,9 @@ jobs:
959
cd ./xeus-cpp/build/test
960
node test_xeus_cpp.js
961
962
- - name: Test xeus-cpp C++ Emscripten
+ - name: Test xeus-cpp C++ Emscripten on Windows Systems
963
964
965
966
$ErrorActionPreference = "Stop"
967
micromamba activate CppInterOp-wasm
0 commit comments