Skip to content

Commit f7405fc

Browse files
committed
added downloading carthage
1 parent 4728be4 commit f7405fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160

161161
parse_live_query:
162162
runs-on: macos-latest
163+
env:
164+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163165
steps:
164166
- uses: actions/checkout@v2
165167
- name: Setup Ruby
@@ -178,6 +180,7 @@ jobs:
178180
sudo gem install bundler
179181
bundle config set path 'vendor/bundle'
180182
bundle install
183+
carthage bootstrap --use-xcframeworks
181184
- name: Build-Test
182185
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parse_live_query:all
183186
env:

0 commit comments

Comments
 (0)