Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
Add -noert option to build.sh
  • Loading branch information
stsoe authored May 19, 2024
1 parent e21cee0 commit 3d312b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
sudo apt update
sudo src/runtime_src/tools/scripts/xrtdeps.sh
./build/build.sh -opt -verbose -driver
./build/build.sh -opt -verbose -driver -noert
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 3d312b2

Please sign in to comment.