File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
submodules : ' recursive'
49
49
50
- - name : Setup Environment
51
- run : cmake -E make_directory $QDLDL_BUILD_DIR_PREFIX
50
+ # - name: Setup Environment
51
+ # run: cmake -E make_directory $QDLDL_BUILD_DIR_PREFIX
52
52
53
53
- name : Configure
54
54
shell : bash
@@ -86,13 +86,23 @@ jobs:
86
86
github-token : ${{ secrets.GITHUB_TOKEN }}
87
87
path-to-lcov : ' ${{ github.workspace }}/build/coverage.info'
88
88
89
+ - name : " List dir"
90
+ if : ${{ matrix.analysis == 'ON' }}
91
+ shell : bash
92
+ run : ls -la ${{ github.workspace }}/build/
93
+
89
94
- name : Merge diagnostics
90
95
if : ${{ matrix.analysis == 'ON' }}
91
96
uses : microsoft/sarif-actions@v0.1
92
97
with :
93
98
# Command to be sent to SARIF Multitool
94
99
command : ' merge ${{ github.workspace }}/build/*.sarif --recurse true file.sarif --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif'
95
100
101
+ - name : " List dir"
102
+ if : ${{ matrix.analysis == 'ON' }}
103
+ shell : bash
104
+ run : ls -la ${{ github.workspace }}/build/
105
+
96
106
- name : Upload diagnostics
97
107
if : ${{ matrix.analysis == 'ON' }}
98
108
uses : github/codeql-action/upload-sarif@v3
You can’t perform that action at this time.
0 commit comments