Skip to content

Commit

Permalink
fix: another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
milesp-nvidia committed Dec 9, 2023
1 parent 1c7ca3c commit 6bc39d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
if: matrix.language == 'c-cpp'
run: |
echo "Running CMake project build script"
./ci/build.sh $build_type $build_dir "-DBUILD_SAMPLES=OFF \
-DBUILD_TESTS=OFF -DBUILD_PYTHON=1" $*
./ci/build.sh $build_type $build_dir \
"-DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF -DBUILD_PYTHON=1" $*
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down

0 comments on commit 6bc39d1

Please sign in to comment.