Skip to content

Commit 8f7446d

Browse files
Update codeql-analysis.yml
1 parent 30c8b37 commit 8f7446d

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-
python3 ./setup.py install --prefix /tmp/out
55+
python3 ./setup.py install --prefix %TEMP%/out
5656
5757
- name: Perform CodeQL Analysis
5858
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)