CI: change directory to build dir

master
Martin Gerhardy 2021-10-26 09:53:32 +02:00
parent e71963a205
commit 449249184e
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ jobs:
- name: install
run: |
cd build
cmake --install . --component voxedit --prefix voxedit-install
cmake --install . --component mapview --prefix mapview-install
cmake --install . --component voxconvert --prefix voxconvert-install