Skip to content

Commit

Permalink
Debug bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 24, 2024
1 parent 576e55f commit 9d8a2ca
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 @@ -30,7 +30,7 @@ jobs:
adhoc:
macos:
xcode: 14.0.1
working_directory: /
working_directory: ~/litewallet-ios/
environment:
FL_OUTPUT_DIR: output
FASTLANE_LANE: adhoc
Expand All @@ -47,7 +47,7 @@ jobs:
beta:
macos:
xcode: 14.0.1
working_directory: /
working_directory: ~/litewallet-ios/
environment:
FL_OUTPUT_DIR: output
FASTLANE_LANE: beta
Expand Down

0 comments on commit 9d8a2ca

Please sign in to comment.