Skip to content

Commit

Permalink
Remove source copy step from CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Jun 27, 2023
1 parent 6decefe commit b76b3f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
run: |
cmake -S . -B build
cmake --build build
cp -r src/* build/src/
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2

0 comments on commit b76b3f4

Please sign in to comment.