Fix install directory and type

This commit is contained in:
Rick Vogel 2022-11-18 14:18:32 +01:00
parent ff3ffb4bc1
commit ad1710d61a
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ jobs:
- name: Install ( QSkinny ) Strip
shell: bash
run: cmake --install . --strip
run: cmake --install qskinny_build --prefix qskinny_install --strip --config ${{ matrix.config.build_type }}
- name: Configure ( CMake Integration Test )
shell: bash