File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,13 +342,13 @@ jobs:
342342 - name : Build QFtpServer
343343 working-directory : ${{env.SOURCE_DIR}}
344344 run : |
345- if [ ! -d ${{env.INSTALL_DIR}}/lib/cmake/QFtpServerLib/QFtpServerLib ]; then
345+ if [ ! -d ${{env.INSTALL_DIR}}/lib/cmake/QFtpServerLib ]; then
346346 git clone --depth=1 https://github.com/KangLin/QFtpServer.git
347347 cd QFtpServer
348348 cmake -E make_directory build
349349 cd build
350350 ${QT_ROOT_DIR}/bin/qt-cmake .. -DCMAKE_BUILD_TYPE=${{matrix.BUILD_TYPE}} \
351- -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} \
351+ -DCMAKE_INSTALL_PREFIX=${{ env. INSTALL_DIR } } \
352352 -DCMAKE_PREFIX_PATH=${QT_ROOT_DIR}:${{env.INSTALL_DIR}}/lib/cmake \
353353 -DQT_HOST_PATH=${QT_ROOT_DIR}/../gcc_64 \
354354 -DQt6LinguistTools_DIR=${QT_ROOT_DIR}/../gcc_64/lib/cmake/Qt6LinguistTools \
You can’t perform that action at this time.
0 commit comments