Skip to content

Commit ee0895e

Browse files
authored
Fix CodeQL workflow (#236)
1 parent 1dd3c62 commit ee0895e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
mkdir build && cd build
5252
cmake -DCMAKE_BUILD_TYPE=Debug -DARK_BUILD_PYTHON=ON -DARK_BYPASS_GPU_CHECK=ON -DARK_USE_CUDA=ON -DARK_BUILD_TESTS=OFF ..
53-
make -j build ark_py
53+
make build ark_py
5454
5555
- name: Perform CodeQL Analysis
5656
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)