Skip to content

Commit 933f836

Browse files
committed
Try CPP build without autobuild
1 parent 3f01098 commit 933f836

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
with:
3535
languages: ${{ matrix.language }}
3636

37-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
38-
# If this step fails, then you should remove it and run the build manually (see below)
39-
- name: Autobuild
40-
uses: github/codeql-action/autobuild@v3
37+
# # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
38+
# # If this step fails, then you should remove it and run the build manually (see below)
39+
# - name: Autobuild
40+
# uses: github/codeql-action/autobuild@v3
4141

4242
# ℹ️ Command-line programs to run using the OS shell.
4343
# 📚 https://git.io/JvXDl

0 commit comments

Comments
 (0)