Skip to content

Commit efdb74b

Browse files
committed
Bundle install before releasing assets
1 parent 4b056d1 commit efdb74b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/assets.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
ruby-version: 3.0
2727
bundler-cache: true
2828

29+
- name: Install bundle
30+
working-directory: ./ruby
31+
run: bundle install --jobs 4 --retry 3 --with jsexec --without secryst
32+
2933
- name: Generate visualization json
3034
working-directory: ./ruby
3135
run: bundle exec rake generate_visualization_json

0 commit comments

Comments
 (0)