Skip to content

Commit 2f7629f

Browse files
committed
Fix windows issues
Signed-off-by: Jade Abraham <[email protected]>
1 parent f6288e6 commit 2f7629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
COMPILER: ${{ inputs.compiler }}
7474
VERSION: ${{ inputs.version }}
7575
run: |
76-
cd $(echo "$GITHUB_ACTION_PATH" | sed -e 's/\\/\//g' -e 's/://')
76+
cd $(echo "/$GITHUB_ACTION_PATH" | sed -e 's/\\/\//g' -e 's/://')
7777
source ./main.sh
7878
7979
if [[ "${{ inputs.update-environment }}" == "true" ]]; then

0 commit comments

Comments
 (0)