Skip to content

Commit aede863

Browse files
authored
Update ci.yml
1 parent 1fee3ca commit aede863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: powershell
3737
run: |
3838
39-
$args = @('/I', '"${{github.workspace}}/PowerShell-7.4.6-win-x64.msi"' '/qn', '/norestart');
39+
$args = @('/I', '"${{github.workspace}}/PowerShell-7.4.6-win-x64.msi"', '/qn', '/norestart');
4040
Start-Process "msiexec.exe" -ArgumentList $args -NoNewWindow -Wait
4141
- name: Setup Node 20
4242
if: startsWith(matrix.os, 'windows-11-preview')

0 commit comments

Comments
 (0)