Skip to content

Commit 5e0d3fb

Browse files
committed
windows doesn't understand newline escape
1 parent ed37bbd commit 5e0d3fb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,5 @@ jobs:
114114

115115
- name: Install
116116
run: |
117-
cmake --install ${{ steps.strings.outputs.build-output-dir }} \
118-
--config ${{ matrix.build_type }} \
119-
--prefix ${{ github.workspace }}/out
117+
cmake --install ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --prefix ${{ github.workspace }}/out
120118
ls -R ${{ github.workspace }}/out

0 commit comments

Comments
 (0)