Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Oct 17, 2024
1 parent ef080c5 commit e12b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/do_build_ock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
shell: ${{ inputs.shell_to_use }}
run: |
$PWD = Convert-Path .; source/cl/tools/icd-register.ps1 "$PWD/${{ inputs.build_dir }}/bin/CL.dll"
$GITHUB_WORKSPACELINUX = ${{ inputs.external_clc }}
$GITHUB_WORKSPACELINUX = "${{ inputs.external_clc }}"
echo GITHUB_WORKSPACELINUX is $GITHUB_WORKSPACELINUX
$PATTERN = '[\\]'
$GITHUB_WORKSPACELINUX = $GITHUB_WORKSPACELINUX -replace $PATTERN, '/'
Expand Down

0 comments on commit e12b9aa

Please sign in to comment.