Skip to content

Commit c18700d

Browse files
Update codeql-analysis.yml
1 parent 05f9834 commit c18700d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Compile and package
5454
run: |
55-
sudo build.sh
55+
python3 ./setup.py install --prefix /tmp/out
5656
5757
- name: Perform CodeQL Analysis
5858
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)