From ea6846e2f93f38360c58e76c1c9bba31b1d7345c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 3 May 2020 15:17:53 +0300 Subject: [PATCH] ci: run pkg update for freebsd --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index d7f6cc55..c7baff83 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,6 +3,7 @@ task: freebsd_instance: image_family: freebsd-11-3-snap setup_script: + - pkg update - pkg install -y git sdl2 python - git submodule update --init --recursive test_script: @@ -14,6 +15,7 @@ task: freebsd_instance: image_family: freebsd-12-1 setup_script: + - pkg update - pkg install -y git sdl2 python - git submodule update --init --recursive test_script: @@ -25,6 +27,7 @@ task: freebsd_instance: image_family: freebsd-13-0-snap setup_script: + - pkg update - pkg install -y git sdl2 python - git submodule update --init --recursive test_script: