Skip to content

Commit cf13c18

Browse files
committed
💚 FIX Ci
1 parent d6d8fce commit cf13c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
with:
3131
languages: ${{ matrix.language }}
3232

33-
- name: Autobuild
34-
uses: github/codeql-action/autobuild@v2
33+
- name: Build
34+
run: javac Server.java
3535

3636
- name: Perform CodeQL Analysis
3737
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)