Skip to content

Add libyaml-dev to the apt-get install string.

gitlab-qa-bot requested to merge github/fork/arthurschreiber/patch-1 into master

Created by: arthurschreiber

If libyaml headers are not installed, YAML will not be correctly compiled (either not at all, or using Syck instead of Psych).

This caused some weird YAML serialization errors for me when creating merge requests in gitlab.

Merge request reports