Fix install directory and type
This commit is contained in:
parent
ff3ffb4bc1
commit
ad1710d61a
|
@ -342,7 +342,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install ( QSkinny ) Strip
|
- name: Install ( QSkinny ) Strip
|
||||||
shell: bash
|
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 )
|
- name: Configure ( CMake Integration Test )
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue