We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5049a56 commit e01f01fCopy full SHA for e01f01f
.github/workflows/ci.yml
@@ -78,15 +78,13 @@ jobs:
78
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
79
restore-keys: |
80
${{ runner.os }}-gem-
81
- - name: Submodules and Bundle Install
82
- env:
83
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Submodules and Bundle Install
84
run: |
85
git submodule update --init --recursive
86
sudo gem install bundler
87
bundle config set path 'vendor/bundle'
88
bundle install
89
- carthage update --use-xcframeworks
+ carthage bootstrap --use-xcframeworks
90
- name: Build-Test
91
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:facebook_utils:ios
92
env:
0 commit comments