Skip to content

Commit 3cca0a6

Browse files
authored
Update powershell-pr-check.yml
1 parent f029d2a commit 3cca0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
channel: release
2626
- name: Install PowerShell
2727
run: |
28-
Get-Command codeql
29-
./powershell/build.ps1
28+
$path = Split-Path (Get-Command codeql).Source
29+
./powershell/build.ps1 $path
3030
- name: Run QL tests
3131
run: |
3232
codeql test run --threads=0 powershell/ql/test

0 commit comments

Comments
 (0)