Skip to content

Commit 2e8af0b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- run: $GITHUB_ACTION_PATH/install.sh
88
if: runner.os != 'windows'
99
shell: bash
10-
- run: $GITHUB_ACTION_PATH/install.ps1
10+
- run: . "$env:GITHUB_ACTION_PATH\install.ps1"
1111
if: runner.os == 'windows'
1212
shell: powershell
1313
- name: add to path if windows

0 commit comments

Comments
 (0)