Skip to content

Commit 3c27161

Browse files
authored
Update emscripten.yml
1 parent ba4a36b commit 3c27161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
echo "PREFIX=$PREFIX" >> $GITHUB_ENV
618618
619619
- name: Emscripten build of CppInterOp on Unix systems (static library)
620-
if: ${{ runner.os != 'windows' || ${{ matrix.os }} != "macos"* && ${{ matrix.clang-runtime }} == "19" }}
620+
if: runner.os != 'Windows' && !(matrix.os == 'ubuntu'* && matrix.clang-runtime == '19')
621621
shell: bash -l {0}
622622
run: |
623623
# FIXME: Static library builds, but tests fail to build on Github runner for Ubuntu llvm 19 case

0 commit comments

Comments
 (0)