File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,13 @@ jobs:
78
78
key : ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
79
79
restore-keys : |
80
80
${{ runner.os }}-gem-
81
- - name : Submodules and Bundle Install
82
- env :
83
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
81
+ - name : Submodules and Bundle Install
84
82
run : |
85
83
git submodule update --init --recursive
86
84
sudo gem install bundler
87
85
bundle config set path 'vendor/bundle'
88
86
bundle install
89
- carthage update --use-xcframeworks
87
+ carthage bootstrap --use-xcframeworks
90
88
- name : Build-Test
91
89
run : set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:facebook_utils:ios
92
90
env :
@@ -138,7 +136,7 @@ jobs:
138
136
sudo gem install bundler
139
137
bundle config set path 'vendor/bundle'
140
138
bundle install
141
- carthage update --use-xcframeworks
139
+ carthage bootstrap --use-xcframeworks
142
140
- name : Build-Test
143
141
env :
144
142
DEVELOPER_DIR : ${{ env.CI_XCODE_13 }}
You can’t perform that action at this time.
0 commit comments