Skip to content

Commit 35b1b0e

Browse files
committed
Fixed CodeQL
1 parent cdeab59 commit 35b1b0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
# Initializes the CodeQL tools for scanning.
7070
- name: Initialize CodeQL
7171
uses: github/codeql-action/init@v3
72-
working-directory: build/
7372
with:
7473
languages: ${{ matrix.language }}
7574
build-mode: ${{ matrix.build-mode }}
@@ -88,7 +87,6 @@ jobs:
8887
-DCMAKE_C_COMPILER=$TOOLSET_GCC_DIR/bin/gcc \
8988
-DNEBULA_USE_LINKER=gold \
9089
-DCMAKE_BUILD_TYPE=Debug \
91-
-DENABLE_TESTING=on \
9290
-GNinja \
9391
-B build
9492
- name: Make
@@ -102,4 +100,3 @@ jobs:
102100
uses: github/codeql-action/analyze@v3
103101
with:
104102
category: "/language:${{matrix.language}}"
105-
working-directory: build/

0 commit comments

Comments
 (0)