Skip to content

Commit 3d6f00b

Browse files
committed
fixed:path is incorrect
1 parent 47efbb8 commit 3d6f00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run Cppcheck
2626
run: |
2727
sudo apt-get install -y cppcheck
28-
cppcheck --enable=all --language=c++ --std=c++20 ../../XEngine_Source/ --output-file=static_analysis/log.xml --xml
28+
cppcheck --enable=all --language=c++ --std=c++20 ./XEngine_Source/ --output-file=static_analysis/log.xml --xml
2929
continue-on-error: true
3030

3131
- name: Upload Cppcheck Results

0 commit comments

Comments
 (0)