From adee0a6e0621968bce7539c9078cc9a3a6596332 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 7 Oct 2021 14:36:22 +0200 Subject: [PATCH] Revert "Add CocoaPods specs repo to cache" This reverts commit cbdb33bd9581f4225b9778c042fb10f27c311a51. --- .github/workflows/beta.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index c2d7cb13..7757189a 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -53,7 +53,6 @@ jobs: with: path: | Pods - ~/.cocoapods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} restore-keys: | ${{ runner.os }}-pods-