浏览代码

CI: Fix Sparkle cache location for local macOS CI build

CarrotCodes 3 年之前
父节点
当前提交
ba1b5fcaea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CI/macos/01_install_dependencies.sh

+ 1 - 1
CI/macos/01_install_dependencies.sh

@@ -70,7 +70,7 @@ install_sparkle() {
 
     if [ "${CI}" -a "${RESTORED_SPARKLE}" ]; then
         _SKIP=TRUE
-    elif [ -d "${DEPS_BUILD_DIR}/obs-deps/Frameworks/Sparkle.framework" -a -f "${DEPS_BUILD_DIR}/obs-deps/Frameworks/Sparkle.framework/Sparkle" ]; then
+    elif [ -d "${DEPS_BUILD_DIR}/obs-deps/lib/Sparkle.framework" -a -f "${DEPS_BUILD_DIR}/obs-deps/lib/Sparkle.framework/Sparkle" ]; then
         _SKIP=TRUE
     fi