Skip to content

Commit

Permalink
add quotes around strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Oct 17, 2024
1 parent 75dff47 commit f06df4e
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 @@ -126,7 +126,7 @@ runs:
- name: cmake_ock alan
shell: ${{ inputs.shell_to_use }}
run:
echo vars are ${{ startsWith(runner.os, 'Windows') && WINDOWS || LINUX }}
echo vars are ${{ startsWith(runner.os, 'Windows') && "WINDOWS" || "LINUX" }}
echo vars are ${{ startsWith(runner.os, 'Windows') && steps.set_windows.outputs.windowsclc || inputs.external_clc }}

- name: cmake_ock
Expand Down

0 comments on commit f06df4e

Please sign in to comment.