Skip to content

Commit f85ecbe

Browse files
committed
Add missing backslash
Signed-off-by: Dan Bailey <[email protected]>
1 parent a759e47 commit f85ecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/houdini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON \
177177
-DUSE_EXPLICIT_INSTANTIATION=OFF \
178178
-DLLVM_DIR=/usr/local/opt/llvm@15/lib/cmake/llvm \
179-
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install
179+
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \
180180
\"
181181
- name: test
182182
run: cd build && ctest -V

0 commit comments

Comments
 (0)