diff options
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d58b1dabf..fba77b281 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -535,7 +535,9 @@ test_building_snap_task: container: image: yakshaveinc/snapcraft:core18 - snapcraft_script: 'cd contrib/snapcraft && snapcraft' + snapcraft_script: + - 'apt-get -y update' + - 'cd contrib/snapcraft && snapcraft' # Test building of new cache-images for future PR testing, in this PR. |