Skip to content

Commit 7d647fd

Browse files
ci: avoid GH runner bug about workspaces
see issue actions/checkout#785
1 parent 2dd7cb2 commit 7d647fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ runs:
3636
- name: Link toolchain dir to predictable path in container
3737
run: |
3838
source=$(dirname $TOOLCHAIN_PATH)
39-
ln -s $source ${{ github.workspace}}/${{ inputs.triple }}
39+
ln -s $source $$GITHUB_WORKSPACE/${{ inputs.triple }}
4040
shell: bash

0 commit comments

Comments
 (0)