Skip to content
Snippets Groups Projects
Commit e04dcca2 authored by Piotr Balcer's avatar Piotr Balcer
Browse files

common: fix freebsd CI

parent 5cbe5607
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@ freebsd_instance:
image: freebsd-12-0-release-amd64
task:
install_script: pkg install -y
install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f;
pkg install -y
autoconf bash binutils coreutils e2fsprogs-libuuid
git gmake libunwind ncurses pkgconf hs-pandoc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment