Skip to content

Commit 0d38a98

Browse files
authored
Update powershell-pr-check.yml
1 parent e250f9b commit 0d38a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/powershell-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install PowerShell
2727
run: |
2828
$path = Split-Path (Get-Command codeql).Source
29-
./powershell/build.ps1 $path
29+
./powershell/build-win64.ps1 $path
3030
- name: Run QL tests
3131
run: |
3232
codeql test run --threads=0 powershell/ql/test

0 commit comments

Comments
 (0)