Skip to content

Commit 3bea9e5

Browse files
authored
Update powershell-pr-check.yml
1 parent 7c37c54 commit 3bea9e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
powershell-pr-check:
1111
name: powershell-pr-check
12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313
if: github.repository == 'microsoft/codeql'
1414
permissions:
1515
contents: read
@@ -25,7 +25,6 @@ jobs:
2525
channel: release
2626
- name: Install PowerShell
2727
run: |
28-
chmod +x powershell/build.ps1
2928
./powershell/build.ps1
3029
- name: Run QL tests
3130
run: |

0 commit comments

Comments
 (0)