We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd7cb2 commit 7d647fdCopy full SHA for 7d647fd
action.yaml
@@ -36,5 +36,5 @@ runs:
36
- name: Link toolchain dir to predictable path in container
37
run: |
38
source=$(dirname $TOOLCHAIN_PATH)
39
- ln -s $source ${{ github.workspace}}/${{ inputs.triple }}
+ ln -s $source $$GITHUB_WORKSPACE/${{ inputs.triple }}
40
shell: bash
0 commit comments