1
0
Fork 0
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:
Alex Kotov 2022-05-24 18:10:25 +03:00
parent 56ec03fb71
commit 8a3399282e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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