Consume SVProgressHUD via SPM getting rid of Carthage
This commit is contained in:
parent
025ef069cc
commit
e297ef9086
10 changed files with 40 additions and 43 deletions
11
.github/workflows/deploying.yml
vendored
11
.github/workflows/deploying.yml
vendored
|
|
@ -25,13 +25,6 @@ jobs:
|
|||
- name: Installing packages
|
||||
run: |
|
||||
gem install bundler
|
||||
- uses: actions/cache@v3
|
||||
id: carthage-cache
|
||||
with:
|
||||
path: Carthage
|
||||
key: ${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Cartfile.resolved') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-carthage-${{ secrets.CACHE_VERSION }}-
|
||||
- uses: actions/cache@v3
|
||||
id: gopenpgp-cache
|
||||
with:
|
||||
|
|
@ -43,10 +36,6 @@ jobs:
|
|||
run: |
|
||||
bundle config path vendor/bundle
|
||||
bundle install --jobs 4 --retry 3
|
||||
- name: Carthage
|
||||
if: ${{ steps.carthage-cache.outputs.cache-hit == false }}
|
||||
run: |
|
||||
carthage bootstrap --no-use-binaries --cache-builds --use-xcframeworks
|
||||
- name: GopenPGP
|
||||
if: ${{ steps.gopenpgp-cache.outputs.cache-hit == false }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue