1 parent 38e375d commit 22e649bCopy full SHA for 22e649b
1 file changed
.github/workflows/codeql.yml
@@ -40,8 +40,6 @@ jobs:
40
build-mode: none
41
- language: c-cpp
42
build-mode: manual
43
- - language: java-kotlin
44
- build-mode: autobuild
45
- language: javascript-typescript
46
47
- language: python
@@ -61,6 +59,7 @@ jobs:
61
59
62
60
- if: matrix.build-mode == 'manual'
63
shell: bash
+ name: Build project
64
run: |
65
sudo apt update
66
sudo apt install -y libboost-system-dev libboost-filesystem-dev \
0 commit comments