Consume SVProgressHUD via SPM getting rid of Carthage

This commit is contained in:
Danny Mösch 2024-11-28 23:20:36 +01:00
parent 025ef069cc
commit e297ef9086
10 changed files with 40 additions and 43 deletions

View file

@ -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: |