Skip to content

Commit 11002f6

Browse files
committed
Ddebug CI
1 parent 1575438 commit 11002f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: microsoft/sarif-actions@v0.1
9797
with:
9898
# Command to be sent to SARIF Multitool
99-
command: 'merge ${{ github.workspace }}/build/*.sarif --recurse true --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif'
99+
command: merge ${{ github.workspace }}/build/*.sarif --recurse true --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif
100100

101101
- name: "List dir"
102102
if: ${{ matrix.analysis == 'ON' }}

0 commit comments

Comments
 (0)