Skip to content

Commit 770a291

Browse files
committed
ci(downstream): make sure the binaries are downloaded
1 parent 397ac04 commit 770a291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
ruby-version: ${{matrix.ruby}}
3737
- run: gem install bundler -v ">= 2.3.22" # for "add --path"
3838
- run: bundle install --local || bundle install
39+
- run: bundle exec rake download
3940
- run: git clone --depth=1 ${{matrix.url}} ${{matrix.name}}
4041
- name: ${{matrix.name}} test suite
4142
working-directory: ${{matrix.name}}

0 commit comments

Comments
 (0)