Skip to content

Commit 5eb9983

Browse files
committed
test(win): use ps1 script
1 parent a800a68 commit 5eb9983

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ runs:
55
steps:
66
# https://docs.github.com/en/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions#runsstepsrun
77
- run: $GITHUB_ACTION_PATH/install.sh
8+
if: runner.os != 'windows'
89
shell: bash
10+
- run: $GITHUB_ACTION_PATH/install.ps1
11+
if: runner.os == 'windows'
12+
shell: powershell
913
- name: add to path if windows
1014
if: runner.os == 'windows'
1115
shell: powershell

0 commit comments

Comments
 (0)