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 ba4a36b commit 3c27161Copy full SHA for 3c27161
.github/workflows/emscripten.yml
@@ -617,7 +617,7 @@ jobs:
617
echo "PREFIX=$PREFIX" >> $GITHUB_ENV
618
619
- name: Emscripten build of CppInterOp on Unix systems (static library)
620
- if: ${{ runner.os != 'windows' || ${{ matrix.os }} != "macos"* && ${{ matrix.clang-runtime }} == "19" }}
+ if: runner.os != 'Windows' && !(matrix.os == 'ubuntu'* && matrix.clang-runtime == '19')
621
shell: bash -l {0}
622
run: |
623
# FIXME: Static library builds, but tests fail to build on Github runner for Ubuntu llvm 19 case
0 commit comments