1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00

mruby: fix Cirrus CI

This commit is contained in:
Alex Kotov 2022-05-24 17:54:08 +03:00
parent 46d50ed954
commit 4d92a5c1af
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -23,7 +23,7 @@ mruby_freebsd_task:
CPATH: '/usr/local/include'
LIBRARY_PATH: '/usr/local/lib'
dependencies_script:
- pkg install --yes autoconf automake rubygem-rake wget
- pkg install --yes autoconf automake git 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