Skip to content

Commit 5f03891

Browse files
committed
use bundle exec
1 parent dfaf4d7 commit 5f03891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010

1111
- name: fastlane build swift-sample-app
12-
run: fastlane build_for_browserstack
12+
run: bundle exec fastlane build_for_browserstack
1313

1414
- name: upload swift-sample-app .ipa to browserstack
1515
id: upload_ipa

0 commit comments

Comments
 (0)