Browse Source

CI: Fix so installation path on Debian

Kaito Udagawa 1 year ago
parent
commit
e385ac1863
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/scripts/.build.zsh

+ 1 - 0
.github/scripts/.build.zsh

@@ -242,6 +242,7 @@ ${_usage_host:-}"
           -G "${generator}"
           -G "${generator}"
           -DQT_VERSION=${QT_VERSION:-6}
           -DQT_VERSION=${QT_VERSION:-6}
           -DCMAKE_BUILD_TYPE=${config}
           -DCMAKE_BUILD_TYPE=${config}
+          -DCMAKE_INSTALL_PREFIX=/usr
         )
         )
 
 
         local cmake_version
         local cmake_version