Skip to content

Commit 6766315

Browse files
authored
Update ids-check.yml
1 parent 0e9ecda commit 6766315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ids-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
7272
- name: Run ids over compilation database
7373
run: |
74-
${{ github.workspace }}/ids/build/bin/idt -p ${{ github.workspace }}/llvm-project/build --export-macro LLVM_ABI || true
75-
${{ github.workspace }}/ids/build/bin/idt --help
74+
LLVM_BUILD_PATH="${{ github.workspace }}/llvm-project/build/"
75+
${{ github.workspace }}/ids/build/bin/idt -p $LLVM_BUILD_PATH --export-macro=LLVM_ABI

0 commit comments

Comments
 (0)