Use python3 in code analysis build step

This commit is contained in:
Kovid Goyal 2020-07-07 08:41:20 +05:30
parent de1a0d48a6
commit d506fa0565
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -35,7 +35,7 @@ jobs:
# languages: go, javascript, csharp, python, cpp, java # languages: go, javascript, csharp, python, cpp, java
- name: Build kitty - name: Build kitty
run: python .github/workflows/ci.py build run: python3 .github/workflows/ci.py build
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v1