mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-14 17:32:55 -04:00
Ruby: use setup script
This commit is contained in:
parent
72582b63a9
commit
f515387504
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ruby.yml
vendored
4
.github/workflows/ruby.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue