Skip to content

Commit e01f01f

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 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:

0 commit comments

Comments
 (0)