mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
mruby: fix Cirrus CI
This commit is contained in:
parent
56ec03fb71
commit
8a3399282e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ mruby_freebsd_task:
|
|||
CPATH: '/usr/local/include'
|
||||
LIBRARY_PATH: '/usr/local/lib'
|
||||
dependencies_script:
|
||||
- pkg install --yes autoconf automake git rubygem-rake wget
|
||||
# TODO: use libyaml from system instead of building with libtool
|
||||
- pkg install --yes autoconf automake git libtool rubygem-rake wget
|
||||
dependencies_mruby_script:
|
||||
- wget https://github.com/mruby/mruby/archive/3.0.0.zip -O mruby-3.0.0.zip
|
||||
- unzip mruby-3.0.0.zip
|
||||
|
|
Loading…
Reference in a new issue