Skip to content

Commit ea02a3d

Browse files
committed
Fix Autobuild Github Action try#3
1 parent f43851c commit ea02a3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
5757
# and modify them (or add more) to build your code if your project
5858
# uses a compiled language
59-
60-
- run: |
61-
make bootstrap
62-
make release
59+
#
60+
# - run: |
61+
# make bootstrap
62+
# make release
6363

6464
- name: Perform CodeQL Analysis
6565
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)