From 7dfe713ea17fec561ecee04a57e913ba039d4362 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 29 Jan 2024 14:12:27 -0500 Subject: [PATCH] The base image has a new enough cocoapods, no need to update. --- .github/workflows/cocoapods.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cocoapods.yml b/.github/workflows/cocoapods.yml index f4e83be93..84d71ddff 100644 --- a/.github/workflows/cocoapods.yml +++ b/.github/workflows/cocoapods.yml @@ -32,9 +32,6 @@ jobs: extra_flags: ["", "--use-static-frameworks"] steps: - uses: actions/checkout@v4 - # Need cocoapods 1.12+ for watchOS to work again. - - name: Update Cocoapods - run: gem update cocoapods - name: "iOS, macOS, and tvOS" run: | pod lib lint --verbose ${{ matrix.extra_flags }} \