We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed37bbd commit 5e0d3fbCopy full SHA for 5e0d3fb
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -114,7 +114,5 @@ jobs:
114
115
- name: Install
116
run: |
117
- cmake --install ${{ steps.strings.outputs.build-output-dir }} \
118
- --config ${{ matrix.build_type }} \
119
- --prefix ${{ github.workspace }}/out
+ cmake --install ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --prefix ${{ github.workspace }}/out
120
ls -R ${{ github.workspace }}/out
0 commit comments