From 40d3bbfb1a3d1ec24fcf3c89be2fbd6e9cd41424 Mon Sep 17 00:00:00 2001 From: osy <50960678+osy@users.noreply.github.com> Date: Sun, 12 Mar 2023 00:59:02 -0800 Subject: [PATCH] github: update cache for universal sysroot based on pack script --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 624e2f88a..9f5374c20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: uses: osy/actions-cache@v3 with: path: sysroot-macOS-arm64_x86_64 - key: macos-universal-${{ hashFiles('scripts/build_dependencies.sh') }}-${{ hashFiles('patches/**') }} + key: macos-universal-${{ hashFiles('scripts/build_dependencies.sh', 'scripts/pack_dependencies.sh') }}-${{ hashFiles('patches/**') }} - name: Cache Sysroot (arm64) if: steps.cache-sysroot-universal.outputs.cache-hit != 'true' id: cache-sysroot-arm64 @@ -202,7 +202,7 @@ jobs: uses: osy/actions-cache@v3 with: path: sysroot-macOS-arm64_x86_64 - key: macos-universal-${{ hashFiles('scripts/build_dependencies.sh') }}-${{ hashFiles('patches/**') }} + key: macos-universal-${{ hashFiles('scripts/build_dependencies.sh', 'scripts/pack_dependencies.sh') }}-${{ hashFiles('patches/**') }} - name: Check Cache if: steps.cache-sysroot.outputs.cache-hit != 'true' uses: actions/github-script@v6