Skip to content

Commit

Permalink
changed the Package
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent 0b91090 commit 4f74efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- restore_cache:
name: Restore SPM Cache
keys:
- spm-cache-{{ checksum "litewallet/Package.resolved" }}
- spm-cache-{{ checksum "Package.resolved" }}
- run:
name: Install Bundler
command: gem install bundler:1.17.2; bundle update --bundler; bundle install
Expand All @@ -42,7 +42,7 @@ jobs:
command: bundle exec fastlane $FASTLANE_LANE
- save_cache:
name: Save SPM Cache
key: spm-cache-{{ checksum "litewallet/Package.resolved" }}
key: spm-cache-{{ checksum "Package.resolved" }}
paths:
- SourcePackages/
- store_artifacts:
Expand Down

0 comments on commit 4f74efc

Please sign in to comment.