Skip to content

Commit

Permalink
remove third party modules
Browse files Browse the repository at this point in the history
  • Loading branch information
KKelvinLo committed May 20, 2021
1 parent b4e42db commit 9cc2d4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/[email protected]
with:
submodules: 'recursive'
- name: Remove Third_party Modules from Code Scan
run: |
rm -rf third_party
- name: Setup
run: |
sudo ./ci/setup_cmake.sh
Expand Down

0 comments on commit 9cc2d4d

Please sign in to comment.