Skip to content

Commit

Permalink
test removing install step codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce <joycebrum@google.com>
  • Loading branch information
joycebrum authored Sep 27, 2023
1 parent 4e56962 commit 7065fc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ jobs:
- name: Build the loader
if: matrix.language == 'cpp'
run: cmake --build build

- name: Install the loader
if: matrix.language == 'cpp'
run: cmake --install build --prefix build/install

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
Expand Down

0 comments on commit 7065fc1

Please sign in to comment.