diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6c32713..f3f5c8dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,16 +17,6 @@ concurrency: cancel-in-progress: true jobs: - update: - name: "CocoaPods update" - runs-on: macOS-12 - - steps: - - uses: actions/checkout@v3 - - - name: Updating CocoaPods - run: gem install cocoapods - build: name: "CocoaPods linting" runs-on: macOS-12 @@ -34,6 +24,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Updating Cocoapods + run: gem install cocoapods + - name: Updating CocoaPods repo run: pod repo update diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 68f7939b..69763147 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,6 +25,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Updating Cocoapods + run: gem install cocoapods + - name: Updating CocoaPods repo run: pod repo update diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d61d69c..b49fda79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,9 @@ jobs: steps: - uses: actions/checkout@v3 - run: git pull + + - name: Updating Cocoapods + run: gem install cocoapods - name: Updating CocoaPods repo run: pod repo update