Skip to content

Commit fd46159

Browse files
committed
Adjust xeus-cpp build invocation.
1 parent 213eef1 commit fd46159

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/clang-tidy-review.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ jobs:
3232
exclude: "test/*,unittests/*,benchmark/*,demos/*"
3333
split_workflow: true
3434
cmake_command: >
35-
pip install cmake lit &&
35+
pip install cmake &&
3636
cmake --version &&
3737
git config --global --add safe.directory /github/workspace &&
38-
cmake . -B build -DLLVM_DIR="$GITHUB_WORKSPACE/llvm"
39-
-DClang_DIR="$GITHUB_WORKSPACE/llvm"
40-
-DCMAKE_BUILD_TYPE="Release"
41-
-DLLVM_EXTERNAL_LIT="`which lit`"
42-
-DCMAKE_EXPORT_COMPILE_COMMANDS=On
38+
cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=On
4339
4440
- name: Upload artifacts
4541
uses: ZedThree/clang-tidy-review/upload@v0.13.1

0 commit comments

Comments
 (0)