From 6bc44acc702b2a0fc5bf1f3aba54c7c69f0f3d35 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 15 Aug 2021 12:22:36 +0300 Subject: [PATCH] Revert "ci: cleanup .cirrus.yml" This reverts commit c26d82cc1a853a1246286613f28ff0375e719e47. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d695f7c121..725c836380 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ freebsd_instance: image_family: freebsd-13-0 task: - install_script: true ## pkg install -y git + install_script: pkg install -y git script: | echo 'Building V' git clone https://github.com/vlang/v