Skip to content

Commit 7261037

Browse files
committed
build: add missing \
1 parent 0784a26 commit 7261037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
working-directory: build
4949
run: |
5050
export PATH=$PATH:${GITHUB_WORKSPACE}/build/include-what-you-use/build/bin
51-
cmake -DBUILD_TESTING=ON
52-
-Dlibuv_buildtests=OFF
51+
cmake -DBUILD_TESTING=ON \
52+
-Dlibuv_buildtests=OFF \
5353
-DCMAKE_C_COMPILER=clang-$LLVM \
5454
-DCMAKE_CXX_COMPILER=clang++-$LLVM \
5555
-DCMAKE_CXX_INCLUDE_WHAT_YOU_USE="include-what-you-use;-Xiwyu;--mapping_file=${GITHUB_WORKSPACE}/uvw.imp;-Xiwyu;--no_fwd_decls;-Xiwyu;--verbose=1" \

0 commit comments

Comments
 (0)