Skip to content

Commit 3deac30

Browse files
authored
Merge pull request #143 from mcbarton/Make-workflows-pass
Make workflows pass
2 parents bd60f04 + 91f134d commit 3deac30

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
@@ -650,7 +650,7 @@ jobs:
650650
-DCMAKE_INSTALL_PREFIX=${{ env.PREFIX }} \
651651
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
652652
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
653-
-DCppInterOp_DIR="${{ env.CPPINTEROP_BUILD_DIR }}/lib/cmake/CppInterOp" \
653+
-DXEUS_CPP_RESOURCE_DIR=${{ env.LLVM_BUILD_DIR }}/lib/clang/${{ matrix.clang-runtime }} \
654654
-DSYSROOT_PATH=$SYSROOT_PATH \
655655
..
656656

0 commit comments

Comments
 (0)