From 1f891aa17dea037ca734cae19084bcff3b183cc1 Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 27 Jul 2024 12:31:43 -0700 Subject: [PATCH] ci: Re-link Cocoapods after cache restore --- .github/workflows/ios.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 3489add..def3c88 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -34,7 +34,6 @@ jobs: key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} restore-keys: ${{ runner.os }}-pods- - name: Setup CocoaPods [no-cache] - if: steps.cocoapods-cache.outputs.cache-hit != 'true' run: yarn pods - name: Build Application run: |