We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd3c62 commit ee0895eCopy full SHA for ee0895e
.github/workflows/codeql.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
mkdir build && cd build
52
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
+ make build ark_py
54
55
- name: Perform CodeQL Analysis
56
uses: github/codeql-action/analyze@v3
0 commit comments