Ruby: use setup script

This commit is contained in:
Alex Kotov 2022-02-10 02:55:17 +05:00 committed by GitHub
parent 72582b63a9
commit f515387504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ jobs:
- name: install
run: sudo make install
- working-directory: pkgs/ruby
name: bundle
run: bundle install
name: setup
run: ./bin/setup
- working-directory: pkgs/ruby
name: compile
run: rake compile