diff options
author | Li-Wen Hsu <lwhsu.github@lwhsu.org> | 2020-08-09 19:34:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 12:34:58 +0100 |
commit | d1deae6968c49d83334e874c33abfe15824c4548 (patch) | |
tree | 7349e6f766176e9889fb3c09b300f341927cc9e3 | |
parent | 48450411647ca0818821af7b05b819ceff92ae7c (diff) | |
download | libfuse-d1deae6968c49d83334e874c33abfe15824c4548.tar.gz |
Fix FreeBSD CI (#539)
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1d6d8c1..e1fa3ee 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,8 +3,8 @@ task: name: FreeBSD freebsd_instance: - image: freebsd-12-0-release-amd64 - install_script: pkg install -y meson ninja + image: freebsd-12-1-release-amd64 + install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f; pkg install -y meson ninja script: - mkdir build - cd build |