Fix: wrong cd

This commit is contained in:
Dorian Zedler 2022-07-27 23:35:42 +02:00
parent 4ea3d1f36f
commit d740dd689f
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ RUN echo "**** setup environment ****" && \
-no-warnings-are-errors && \
\
echo "**** build and install Qt ****" && \
cd build-qt && \
make -j8 && \
make install && \
\