We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25a947 commit 71e2ef9Copy full SHA for 71e2ef9
.github/workflows/codeql-analysis.yml
@@ -49,8 +49,8 @@ jobs:
49
50
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51
# If this step fails, then you should remove it and run the build manually (see below)
52
- - name: Autobuild
53
- uses: github/codeql-action/autobuild@v1
+# - name: Autobuild
+# uses: github/codeql-action/autobuild@v1
54
55
# ℹ️ Command-line programs to run using the OS shell.
56
# 📚 https://git.io/JvXDl
@@ -59,9 +59,8 @@ jobs:
59
# and modify them (or add more) to build your code if your project
60
# uses a compiled language
61
62
- #- run: |
63
- # make bootstrap
64
- # make release
+ - run: |
+ python3 ./setup.py install
65
66
- name: Perform CodeQL Analysis
67
uses: github/codeql-action/analyze@v1
0 commit comments