Skip to content

Commit 71e2ef9

Browse files
author
Chelsea Boling
authored
Update codeql-analysis.yml
1 parent b25a947 commit 71e2ef9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949

5050
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5151
# 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
52+
# - name: Autobuild
53+
# uses: github/codeql-action/autobuild@v1
5454

5555
# ℹ️ Command-line programs to run using the OS shell.
5656
# 📚 https://git.io/JvXDl
@@ -59,9 +59,8 @@ jobs:
5959
# and modify them (or add more) to build your code if your project
6060
# uses a compiled language
6161

62-
#- run: |
63-
# make bootstrap
64-
# make release
62+
- run: |
63+
python3 ./setup.py install
6564
6665
- name: Perform CodeQL Analysis
6766
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)