Skip to content

Commit bae52ef

Browse files
authored
Update build-test-windows.yml
1 parent 5cd97be commit bae52ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Monitor _temp folder and copy setup.ps1
24-
shell: pwsh
24+
shell: powershell
2525
run: |
2626
# Ensure debug folder exists
2727
$debugFolder = "C:\GitHubActionsRunner\debug"
2828
if (!(Test-Path -Path $debugFolder)) {
2929
New-Item -ItemType Directory -Path $debugFolder
3030
}
31-
31+
3232
# Monitor _temp folder for setup.ps1 and copy it as soon as it appears
3333
$tempFolder = "C:\GitHubActionsRunner\_work\_temp"
3434
$fileCopied = $false

0 commit comments

Comments
 (0)