From 58c26cfafe66bb7dc05f134d938beec6e9feef30 Mon Sep 17 00:00:00 2001 From: Oliver Nitzschke Date: Wed, 8 Oct 2025 17:57:40 +0700 Subject: [PATCH] ci: fix pod cache --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 657e3e2..2eecd11 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -110,7 +110,7 @@ jobs: uses: actions/cache@v4.2.4 with: path: example/ios/Pods - key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile.lock')}} + key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile', 'example/ios/Podfile.lock', 'example/package.json') }} restore-keys: | ${{ runner.os }}-pods-