Skip to content

Commit a6e696c

Browse files
committed
Fix Autobuild Github Action
1 parent 621e310 commit a6e696c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
# and modify them (or add more) to build your code if your project
5555
# uses a compiled language
5656

57-
#- run: |
58-
# make bootstrap
59-
# make release
57+
- run: |
58+
make bootstrap
59+
make release
6060
6161
- name: Perform CodeQL Analysis
6262
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)