There was an error while loading. Please reload this page.
1 parent 5eb9983 commit 2e8af0bCopy full SHA for 2e8af0b
1 file changed
action.yml
@@ -7,7 +7,7 @@ runs:
7
- run: $GITHUB_ACTION_PATH/install.sh
8
if: runner.os != 'windows'
9
shell: bash
10
- - run: $GITHUB_ACTION_PATH/install.ps1
+ - run: . "$env:GITHUB_ACTION_PATH\install.ps1"
11
if: runner.os == 'windows'
12
shell: powershell
13
- name: add to path if windows
0 commit comments