Skip to content

Commit

Permalink
Fix nasa#972, update paths for CodeQL build
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Mar 9, 2021
1 parent a53428c commit 6160310
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
# Build the code
- name: Build
run: |
make cfe-core
make native/default_cpu1/cfe-core/unit-test/
make native/default_cpu1/cfe-core/ut-stubs/
make -C build/native/default_cpu1 core_api core_private es evs fs msg resourceid sb sbr tbl time
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 6160310

Please sign in to comment.