diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 3da7eb0f96..2f40aef9c3 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -740,7 +740,7 @@ fi fi if [ -z $APPVEYOR ]; then cd $DEPS_INSTALL - QT_SDK="$(real_pwd)/Qt/5.15.0/msvc${MSVC_YEAR}${SUFFIX}" + QT_SDK="$(real_pwd)/Qt/5.15.0/msvc${MSVC_REAL_YEAR}${SUFFIX}" if [ -d 'Qt/5.15.0' ]; then printf "Exists. "