Skip to content

Commit 21252ef

Browse files
authored
Merge pull request #287 from Cambridge-ICCS/fix-static-analysis-workflow
Fix static analysis workflow
2 parents e0727a7 + 324660f commit 21252ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
style: 'file'
114114
tidy-checks: ''
115115
# Use the compile_commands.json from CMake to locate headers
116-
database: ${{ github.workspace }}/src/build
116+
database: ${{ github.workspace }}/build
117117
# only 'update' a single comment in a pull request thread.
118118
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
119119
- name: Fail fast?!

0 commit comments

Comments
 (0)