Skip to content

Commit e006ec2

Browse files
committed
Fix CodeQL build
1 parent 5a70499 commit e006ec2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Checkout repository
3232
uses: actions/checkout@v3
33+
with:
34+
submodules: true
3335

3436
# Initializes the CodeQL tools for scanning.
3537
- name: Initialize CodeQL
@@ -46,16 +48,8 @@ jobs:
4648
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4749
# If this step fails, then you should remove it and run the build manually (see below)
4850
- name: Autobuild
49-
if: matrix.language != 'cpp'
5051
uses: github/codeql-action/autobuild@v2
5152

52-
- name: Autobuild
53-
if: matrix.language == 'cpp'
54-
run: |
55-
mkdir build && cd build
56-
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
57-
cmake --build . --target Luau.LanguageServer.CLI -j 3
58-
5953
# ℹ️ Command-line programs to run using the OS shell.
6054
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6155

0 commit comments

Comments
 (0)