Skip to content

Commit 7b8b947

Browse files
committed
update CI for run command update carthage
1 parent 5049a56 commit 7b8b947

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,13 @@ jobs:
7878
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
7979
restore-keys: |
8080
${{ runner.os }}-gem-
81-
- name: Submodules and Bundle Install
82-
env:
83-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
- name: Submodules and Bundle Install
8482
run: |
8583
git submodule update --init --recursive
8684
sudo gem install bundler
8785
bundle config set path 'vendor/bundle'
8886
bundle install
89-
carthage update --use-xcframeworks
87+
carthage bootstrap --use-xcframeworks
9088
- name: Build-Test
9189
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:facebook_utils:ios
9290
env:
@@ -138,7 +136,7 @@ jobs:
138136
sudo gem install bundler
139137
bundle config set path 'vendor/bundle'
140138
bundle install
141-
carthage update --use-xcframeworks
139+
carthage bootstrap --use-xcframeworks
142140
- name: Build-Test
143141
env:
144142
DEVELOPER_DIR: ${{ env.CI_XCODE_13 }}

0 commit comments

Comments
 (0)