diff --git a/.cirrus.yml b/.cirrus.yml index fc46a89..4b8548d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,7 +15,7 @@ task: ruby_task: script: - - pkg install --yes autoconf automake ruby + - pkg install --yes autoconf automake ruby rubygem-bundler rubygem-rake - ./autogen.sh - ./configure CFLAGS='-O3 -fPIC' - make