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 106dd46 commit 0f6a793Copy full SHA for 0f6a793
.github/workflows/emscripten.yml
@@ -735,7 +735,6 @@ jobs:
735
micromamba shell hook -s cmd.exe --root-prefix C:\Users\runneradmin\micromamba-root
736
737
- name: Build and Test/Install CppInterOp on Windows systems (shared library)
738
- continue-on-error: true
739
if: ${{ runner.os == 'windows' }}
740
shell: powershell
741
run: |
@@ -821,7 +820,6 @@ jobs:
821
820
emmake make -j ${{ env.ncpus }} install
822
823
- name: Build and Test/Install CppInterOp on Windows systems (static library)
824
825
826
827
0 commit comments