File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments