Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Oct 30, 2020
1 parent 2835d43 commit 6e9d854
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ jobs:
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

- name: setup python
if: ${{ matrix.language == 'cpp' }}
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: setup conan
if: ${{ matrix.language == 'cpp' }}
uses: ./.github/actions/setup-conan

- name: Initialize CodeQL
Expand Down

0 comments on commit 6e9d854

Please sign in to comment.