Skip to content

Commit 966e4c2

Browse files
authored
Just make rather than make release
1 parent 49dc893 commit 966e4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
mkdir build ;
7070
cd build ;
7171
../configure ;
72-
make release ;
72+
make ;
7373
7474
- name: Perform CodeQL Analysis
7575
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)