Skip to content

Commit 69f84f0

Browse files
committed
dev
1 parent 74b94a4 commit 69f84f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- dev
12+
- dev/win2
1213
- ci-*
1314
schedule:
1415
- cron: '0 2 * * *'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
}
7373
Write-Output "::error::installation failed due to bash startup failure (<https://github.com/actions/partner-runner-images/issues/169>); this maybe resolved by re-running job"
7474
exit 1
75-
shell: pwsh
75+
shell: powershell
7676
env:
7777
# NB: Sync with non-Windows case.
7878
INPUT_TOOL: ${{ inputs.tool }}

0 commit comments

Comments
 (0)