Delete the Pod steps in deploying workflow
This commit is contained in:
parent
032436fa70
commit
a8ff52fd27
1 changed files with 1 additions and 9 deletions
10
.github/workflows/deploying.yml
vendored
10
.github/workflows/deploying.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
channel: ['beta', 'release']
|
channel: ['beta', 'release']
|
||||||
|
|
@ -25,12 +25,6 @@ jobs:
|
||||||
key: ${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Cartfile.resolved') }}
|
key: ${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Cartfile.resolved') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-
|
${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-
|
||||||
- uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: Pods
|
|
||||||
key: ${{ runner.os }}-pods-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Podfile.lock') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-pods-${{ secrets.CACHE_VERSION }}-
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
id: gopenpgp-cache
|
id: gopenpgp-cache
|
||||||
with:
|
with:
|
||||||
|
|
@ -42,8 +36,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
bundle install --jobs 4 --retry 3
|
bundle install --jobs 4 --retry 3
|
||||||
- name: Cocoapods
|
|
||||||
run: bundle exec pod install
|
|
||||||
- name: Carthage
|
- name: Carthage
|
||||||
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
if: steps.carthage-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue